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!