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 2010/10/03 02:08:56 UTC

[Solr Wiki] Trivial Update of "Suggester" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Suggester" page has been changed by YonikSeeley.
The comment on this change is: fixes to make example work.
http://wiki.apache.org/solr/Suggester?action=diff&rev1=5&rev2=6

--------------------------------------------------

        <str name="name">suggest</str>
        <str name="classname">org.apache.solr.spelling.suggest.Suggester</str>
        <str name="lookupImpl">org.apache.solr.spelling.suggest.tst.TSTLookup</str>
-       <str name="field">suggest</str>
+       <str name="field">name</str>  <!-- the indexed field to derive suggestions from -->
-       <str name="threshold">0.005</str>
+       <float name="threshold">0.005</float>
        <str name="buildOnCommit">true</str>
  <!--
        <str name="sourceLocation">american-english</str>