Re: Volatile spellcheck index

2014-02-05 Thread Alejandro Marqués Rodríguez
Thanks for the answer James. My fault not specifying the Solr version, we are working with solr 4.5. Anyway, thank you very much for pointing the change to DirectSolrSpellChecker. I hadn't even realized that change, and I think I wasn't using it, as the line "solr.DirectSolrSpellChecker" was missi

RE: Volatile spellcheck index

2014-02-05 Thread Dyer, James
Alejandro, Assuming you're using Solr 3.x, under: ... ...you can add: ./spellchecker ...then the spell check index will be created on-disk and not in memory. But in Solr 4.0, the default spellcheck implementation changed to org.apache.solr.spelling.DirectSolrSpellChecker, which does n