You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2013/04/25 00:16:38 UTC

svn commit: r1471733 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mikemccand
Date: Wed Apr 24 22:16:37 2013
New Revision: 1471733

URL: http://svn.apache.org/r1471733
Log:
LUCENE-4952: put CHANGES entry in the right place

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

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1471733&r1=1471732&r2=1471733&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Apr 24 22:16:37 2013
@@ -28,11 +28,6 @@ New Features
 * LUCENE-4747: Move to Java 7 as minimum Java version.
   (Robert Muir, Uwe Schindler)
 
-* LUCENE-4952: Expose control (protected method) in DrillSideways to
-  force all sub-scorers to be on the same document being collected.
-  This is necessary when using collectors like
-  ToParentBlockJoinCollector with DrillSideways.  (Mike McCandless)
-
 Optimizations
 
 * LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
@@ -70,6 +65,11 @@ New Features
   emit multiple tokens one for each capture group in one or more patterns.
   (Simon Willnauer, Clinton Gormley)
 
+* LUCENE-4952: Expose control (protected method) in DrillSideways to
+  force all sub-scorers to be on the same document being collected.
+  This is necessary when using collectors like
+  ToParentBlockJoinCollector with DrillSideways.  (Mike McCandless)
+
 ======================= Lucene 4.3.0 =======================
 
 Changes in backwards compatibility policy