Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ShalinMangar: http://wiki.apache.org/solr/SpellCheckComponent The comment on the change is: Build on optimize ------------------------------------------------------------------------------ [[Anchor(onCommit)]] = Building on Commits = - SpellCheckComponent can be configured to automatically (re)build indices based on fields in Solr index. In order to do so you must enable this feature by adding the following line in your SpellCheckComponent configuration + SpellCheckComponent can be configured to automatically (re)build indices based on fields in Solr index when a commit is done. In order to do so you must enable this feature by adding the following line in your SpellCheckComponent configuration {{{ <str name="buildOnCommit">true</str> }}} + [[Anchor(onOptimize)]] + = Building on Optimize = + SpellCheckComponent can be configured to automatically (re)build indices based on fields in Solr index when an optimize command is done. In order to do so you must enable this feature by adding the following line in your SpellCheckComponent configuration + {{{ + <str name="buildOnOptimize">true</str> + }}} +
