You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/03/25 06:20:55 UTC

svn commit: r1581239 - /lucene/dev/trunk/solr/CHANGES.txt

Author: sarowe
Date: Tue Mar 25 05:20:55 2014
New Revision: 1581239

URL: http://svn.apache.org/r1581239
Log:
SOLR-5818: move CHANGES.txt entry to 4.7.1 section

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1581239&r1=1581238&r2=1581239&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Mar 25 05:20:55 2014
@@ -162,9 +162,6 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-5818: distrib search with custom comparator does not quite work correctly
-  (Ryan Ernst)
-
 * SOLR-5858, SOLR-4812: edismax and dismax query parsers can be used for parsing
   highlight queries. (Alan Woodward, Tien Nguyen Manh)
 
@@ -282,6 +279,9 @@ Bug Fixes
   Includes a few minor bug fixes.
   (Mark Miller)
 
+* SOLR-5818: distrib search with custom comparator does not quite work correctly
+  (Ryan Ernst)
+
 * SOLR-5895: JavaBinLoader hides IOExceptions. (Mike Sokolov via shalin)
 
 * SOLR-5861: Recovery should not set onlyIfLeaderActive=true for slice in 'recovery'