Hi
Thanks for the concern, Grant
My Issue is resolved.
Problem was spell checker was not working after changing the accuracy or
number of suggestions in solrconfig.xml file.
Solution is:-
We have to add "&build=true" in the command so that it should generate the
indexes everytime we change t
Can you describe what "not working" means? You're not getting
suggestions or your getting exceptions? Is there any error in your log?
If you add &debugQuery=true to your query, does it show that the
Spell component was run? (I think it should)
Do your logs show the Spell Checker being i
Hi
Thanks for your response.
Please find the attached.
1) schema.xml and solrconfig.xml
In solrconfig.xml file, we are changing the below parts ...
PART 1:
false
false
10
explicit
0.01
statusNa
Can you share your configuration, or at least the relevant pieces?
-Grant
On Jan 5, 2009, at 9:24 AM, Navdeep wrote:
Hi all
we are facing an issue in spell checker with solr server. We are
changing
the below given attributes of SolrConfig.xml file
1) Accuracy
2) Number of Suggestions
we