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

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

Author: rmuir
Date: Mon Aug 25 01:57:33 2014
New Revision: 1620252

URL: http://svn.apache.org/r1620252
Log:
LUCENE-5123, LUCENE-5268: move CHANGES 5.0 -> 4.11

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=1620252&r1=1620251&r2=1620252&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Aug 25 01:57:33 2014
@@ -10,16 +10,6 @@ New Features
 * SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
   (Ryo Onodera via Koji Sekiguchi)
 
-* LUCENE-5123: Add a "push" option to the postings writing API, so
-  that a PostingsFormat now receives a Fields instance and it is
-  responsible for iterating through all fields, terms, documents and
-  positions.  (Robert Muir, Mike McCandless)
-
-* LUCENE-5268: Full cutover of all postings formats to the "pull"
-  FieldsConsumer API, removing PushFieldsConsumer.  Added new
-  PushPostingsWriterBase for single-pass push of docs/positions to the
-  postings format.  (Mike McCandless)
-
 * LUCENE-5648: Index and search date ranges, particularly multi-valued ones. It's
   implemented in the spatial module as DateRangePrefixTree used with
   NumberRangePrefixTreeStrategy. (David Smiley)
@@ -105,6 +95,16 @@ New Features
 * LUCENE-5889: Add commit method to AnalyzingInfixSuggester, and allow just using .add
   to build up the suggester.  (Varun Thacker via Mike McCandless)
 
+* LUCENE-5123: Add a "push" option to the postings writing API, so
+  that a PostingsFormat now receives a Fields instance and it is
+  responsible for iterating through all fields, terms, documents and
+  positions.  (Robert Muir, Mike McCandless)
+
+* LUCENE-5268: Full cutover of all postings formats to the "pull"
+  FieldsConsumer API, removing PushFieldsConsumer.  Added new
+  PushPostingsWriterBase for single-pass push of docs/positions to the
+  postings format.  (Mike McCandless)
+
 Bug Fixes
 
 * LUCENE-5650: Enforce read-only access to any path outside the temporary