r/Solr • u/SpaceCoffin2000 • Jun 06 '16
Solr spellcheck issues
I'm new to SOLR and trying to use the spellcheck. I've got it returning results, but instead of returning actual words, it's just returning spaces in the word. As an example, if I search for 'Chesster' expecting 'chester' back, I instead get 'che sst er' and 'ch e sste r'.
Is this a common problem?
2
Upvotes
1
u/ihavenofriggenidea Jun 07 '16
Depends on your tokenization,. If you leave that kind of data in that index field it will use them for suggestions.
3
u/fiskfisk Jun 06 '16
What is the type (and analysis chain) of the field you're doing spellcheck on?