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
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.