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:21:47 UTC

svn commit: r1581240 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: sarowe
Date: Tue Mar 25 05:21:46 2014
New Revision: 1581240

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1581240&r1=1581239&r2=1581240&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Mar 25 05:21:46 2014
@@ -109,9 +109,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)
 
@@ -229,6 +226,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'