: #SOLR-433 "MultiCore and SpellChecker replication" [1]. Based on the : status of this feature request I'd asume that the normal procedure of : keeping the spellchecker index up2date would be running a cron job on : each node/slave that updates the spellchecker. : Is that right?
i'm not 100% certain, but i suspect a lot of people just build the spellcheck dictionaries on the slave machines (redundently) using buildOnCommit.... http://wiki.apache.org/solr/SpellCheckComponent#Building_on_Commits -Hoss