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 2015/04/07 11:12:27 UTC

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

Author: mikemccand
Date: Tue Apr  7 09:12:27 2015
New Revision: 1671766

URL: http://svn.apache.org/r1671766
Log:
LUCENE-5879: move CHANGES entry to 5.2.0

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=1671766&r1=1671765&r2=1671766&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Apr  7 09:12:27 2015
@@ -19,10 +19,6 @@ New Features
   for counting ranges that align with the underlying terms as defined by the
   NumberRangePrefixTree (e.g. familiar date units like days).  (David Smiley)
 
-* LUCENE-5879: Added experimental auto-prefix terms to BlockTree terms
-  dictionary, exposed as AutoPrefixPostingsFormat (Adrien Grand,
-  Uwe Schindler, Robert Muir, Mike McCandless)
-
 API Changes
 
 * LUCENE-3312: The API of oal.document was restructured to
@@ -54,6 +50,10 @@ New Features
   global ordinals, which is faster for subsequent joins between reopens.
   (Martijn van Groningen, Adrien Grand)
 
+* LUCENE-5879: Added experimental auto-prefix terms to BlockTree terms
+  dictionary, exposed as AutoPrefixPostingsFormat (Adrien Grand,
+  Uwe Schindler, Robert Muir, Mike McCandless)
+
 Optimizations
 
 * LUCENE-6379: IndexWriter.deleteDocuments(Query...) now detects if