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:16:53 UTC

svn commit: r1025807 - /lucene/dev/branches/branch_3x/solr/CHANGES.txt

Author: koji
Date: Thu Oct 21 01:16:53 2010
New Revision: 1025807

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

Modified:
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1025807&r1=1025806&r2=1025807&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Thu Oct 21 01:16:53 2010
@@ -431,8 +431,6 @@ Bug Fixes
 
 * SOLR-2148: Highlighter doesn't support q.alt. (koji)
 
-* SOLR-2139: Wrong cast from string to float (Igor Rodionov via koji)
-
 * SOLR-1794: Dataimport of CLOB fields fails when getCharacterStream() is 
   defined in a superclass. (Gunnar Gauslaa Bergem via rmuir)