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 ot...@apache.org on 2007/03/16 23:55:21 UTC

svn commit: r519172 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: otis
Date: Fri Mar 16 15:55:20 2007
New Revision: 519172

URL: http://svn.apache.org/viewvc?view=rev&rev=519172
Log:
- Added a default accuracy of 0.5 for the SpellCheckerRequestHandler

Modified:
    lucene/solr/trunk/example/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?view=diff&rev=519172&r1=519171&r2=519172
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Fri Mar 16 15:55:20 2007
@@ -352,6 +352,7 @@
     <!-- default values for query parameters -->
      <lst name="defaults">
        <int name="suggestionCount">1</int>
+       <float name="accuracy">0.5</float>
        <str name="version">1.0</str>
      </lst>
      <!-- main init params for handler -->