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/07/04 20:30:19 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:
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">