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: Added note on auto-rebuilding index on commits ------------------------------------------------------------------------------ The existing converter uses a relatively simple Regex to extract out the basic query terms from a query and create tokens from them. + = 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 + {{{ + <str name="buildOnCommit">true</str> + }}} +
