You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/10/29 10:05:17 UTC

[Solr Wiki] Update of "SpellCheckComponent" by ShalinMangar

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>
+ }}}
+