This question about Missing functionality: Answered

RenderSolrTagCloud show tags, but the links are useless

My tags appear in the Solr Tag Cloud, but when I click them, I only end up in the normal search dialog which does not find tags specifically. Solr is installed and seems to be working. What am I doing wrong?

-- BirgitNietsch - 07 May 2015

You'll need to solrize the normal WebSearch using:

$Foswiki::cfg{Plugins}{AutoTemplatePlugin}{ViewTemplateRules} = {
...
  'WebSearch' => 'SolrSearchView',
...
};

Then it will be able to handle those links.

-- MichaelDaum - 07 May 2015

It works and the solr result page looks cool. Thank you! smile

-- BirgitNietsch - 08 May 2015

yay smile

-- MichaelDaum - 08 May 2015
 

QuestionForm edit

Subject Missing functionality
Extension ClassificationPlugin
Version Foswiki 1.1.9
Status Answered
Related Topics
Topic revision: r4 - 08 May 2015, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy