mirror of https://github.com/apache/lucene.git
LUCENE-5123, LUCENE-5268: move CHANGES 5.0 -> 4.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
40eb48bcf3
commit
81d734b11b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue