Shalin, I "think" I did build the spellcheck index, I made the changes to solrconfig and schema, restarted, passed a &spellcheck.build=true which created the index.
ls -ltr ./spellchecker -rw-r--r-- 1 XXX users 20 2009-04-03 13:23 segments.gen -rw-r--r-- 1 XXX users 28 2009-04-03 13:23 segments_f Hmm...how would I know if the word is in the index? As for the threshold do you mean reduce the <str name="accuracy">0.7</str> entry in solrconfig? Thanks! Shalin Shekhar Mangar wrote: > On Sat, Apr 4, 2009 at 12:01 AM, Anoop Atre <anoop.a...@mnsu.edu> wrote: > >> I still don't get any suggestions when I do >> /spellCheckCompRH?q=helultrashar&spellcheck=true&spellcheck.collate=true >> >> > Did you build the spellcheck index? Try specifying a correct word which you > know is in the index. See if spellchecker returns it. If it does, then it > might be that no suggestions are available or there are no suggestions above > the configured threshold.