diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index d4ce4032853..8434df5b24d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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