mirror of https://github.com/apache/lucene.git
LUCENE-5123: fix changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31e3f8fd89
commit
2b359d8354
|
@ -41,7 +41,7 @@ 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
|
||||
* LUCENE-5123: Add a "pull" 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)
|
||||
|
|
Loading…
Reference in New Issue