Search code examples
solrlucenesearch-engine

Solr / Lucene - is buildOnCommit for DirectSolrSpellChecker (SpellCheck component)


Just want to know if buildOnCommit is allowed (or needed) for DirectSolrSpellChecker in the SpellCheck component.

Also, if someone could point out an "active" lucene/solr forum, it would be great.

Thanks


Solution

  • buildOnCommit is allowed for DirectSolrSpellChecker, however is not mandatory or needed.

    Documentation :-

    NOTE: Building on commit is very expensive and is discouraged for most production systems. For large indexes, one commit may take minutes since the building of spellcheck dictionary is single threaded. Use buildOnOptimize or explicit build instead.

    The Solr/Lucene group is very active and you can find the Mailing list and IRC here.