LUCENE-4952: put CHANGES entry in the right place

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1471733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-04-24 22:16:37 +00:00
parent 3bcd6d4da0
commit 5ba67e9c74
1 changed files with 5 additions and 5 deletions

View File

@ -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