You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2010/10/21 03:07:00 UTC

svn commit: r1025806 - /lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml

Author: koji
Date: Thu Oct 21 01:07:00 2010
New Revision: 1025806

URL: http://svn.apache.org/viewvc?rev=1025806&view=rev
Log:
SOLR-2139: revert 1022361. threshold should be float in solrconfig.xml

Modified:
    lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml

Modified: lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml?rev=1025806&r1=1025805&r2=1025806&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml (original)
+++ lucene/dev/branches/branch_3x/solr/src/test/test-files/solr/conf/solrconfig-spellchecker.xml Thu Oct 21 01:07:00 2010
@@ -102,7 +102,7 @@
       <str name="buildOnCommit">true</str>
 
       <!-- Suggester properties -->
-      <str name="threshold">0.0</str>
+      <float name="threshold">0.0</float>
 <!--
       <str name="sourceLocation">american-english</str>
 -->