This question about Configuration, Using an extension: More info required
SolrSearch does not display results, though documents are indexed and can be queried directly
SolrPlugin (v.2.0.0) seems to be installed correctly. I have configured it to use the URL
http://localhost:8983/solr.
I created an index on that URL using the offline command script 'solrindex'. When I directly query that URL, like this for example:
curl http://localhost:8983/solr/foswiki/select?q=HLM&wt=json&indent=true
I get lots of results in XML format.
XML output from direct query of solr server
However, the page on my wiki at /System/SolrSearch shows no results, only the Foswiki header, sidebar, and footer.
Is the plugin broken? The SolrSearch page on the main Foswiki site (
http://foswiki.org/System/SolrSearch) appears to be broken.
--
RichardBlocker - 15 Apr 2014
Is there a way to enable debugging output for this extension? I have tried "toggling" the DEBUG flags in the source, but I get no log entries.
--
RichardBlocker - 15 Apr 2014
SolrSearch is not actually installed on Foswiki.org, so the System/SolrSearch page will indeed appear broken. We should probably remove that extension so that it doesn't appear misleading.
Solr should work fine, there are others who have reported success on the IRC channel. I'm not familiar though to be able to help with this.
--
GeorgeClark - 15 Apr 2014
What are your settings for SolrPlugin in configure? We'll need more info to diagnose your problem.
--
LynnwoodBrown - 10 Jan 2015