What's the rest of the stack trace? There should be a root cause somewhere.
Best, Erick On Fri, Dec 5, 2014 at 11:07 AM, Min L <minl07...@gmail.com> wrote: > Hi all: > > My code using solr spellchecker to suggest keywords worked fine locally, > however in qa solr env, it failed to build it with the following error in > solr log: > > ERROR Suggester Store Lookup build from index on field: myfieldname failed > reader has: xxx docs > > I checked the solr directory and the file fst.bin was created successfully > though. Does anyone know what caused the issue? > > command to build: > http://xxxx:8080/solr/mycore/suggestkeyword?spellcheck.build=true > > Thanks a lot!