But if i use my system as solr server it is working fine. The problem comes
only if i use another machine as solr server. But both machines have the
same schema and solrconfig files.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-spellcheck-and-autosuggest-tp4036
you can of course check suggestions, but then you should remove
wordbreak
from your handler, because its purpose is to find cases, when user types
spaces wrongly (e.g., solrrocks, sol rrocks, so lr)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-spellcheck
you should check not suggestions, but collations in the response xml
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-spellcheck-and-autosuggest-tp4036208p4036977.html
Sent from the Solr - User mailing list archive at Nabble.com.
Is there any chance that you were experimenting with an ngram filter for the
field? If you were, and merely changed the field type without reindexing,
this behavior makes sense. In other words, you appear to have had some
filter that broke words into one and two-character terms.
Separate from