Hello,
I am using Solr 3.5.0 with a IndexBasedSpellChecker configured, and I noticed that during rebuild, suggestions are not available. After looking at the source code, I saw that IndexBasedSpellChecker.build(...) calls spellchecker.clearIndex() before spellchecker.indexDirectory(...) and I think this is the reason for the unavailability. If that's the case, is it possible to configure or patch it somehow, so that old suggestions are available until rebuild is over?

Reply via email to