Re: Spellchecker -File based vs Index based

2019-03-19 Thread Ashish Bisht
Spellcheck configuration is default one.. solr.FileBasedSpellChecker file spellings.txt UTF-8 ./spellcheckerFile default jkdefault file on true 10 5 5 true 10 true 10 5 Also the words are p

Re: Spellchecker -File based vs Index based

2019-03-19 Thread Ashish Bisht
Spellcheck configuration is default one.. solr.FileBasedSpellChecker file spellings.txt UTF-8 ./spellcheckerFile default jkdefault file on true 10 5 5 true 10 true 10 5 Also the words are

Re: Spellchecker -File based vs Index based

2019-03-18 Thread Erick Erickson
Two guesses: 1> you have something different in your spellcheck config .vs. index config. 2> you don’t have the word in your file for the file-based spellcheck, thus Solr has no way of knowing the word is correctly spelled. > On Mar 17, 2019, at 11:56 PM, Ashish Bisht wrote: > > Hi, > > I