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 accuracy in the example configuration

------------------------------------------------------------------------------
        <str name="field">spell</str>
        <!-- Optional, by default use in-memory index (RAMDirectory) -->
        <str name="spellcheckIndexDir">./spellchecker</str>
+       <!-- Set the accuracy (float) to be used for the suggestions. Default 
is 0.5 -->
+       <str name="accuracy">0.7</str>
      </lst>
      <!-- Example of using different distance measure -->
      <lst name="spellchecker">

Reply via email to