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:
Michael McCandless 2014-11-20 20:49:08 +00:00
parent 31e3f8fd89
commit 2b359d8354
1 changed files with 1 additions and 1 deletions

View File

@ -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)