You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/11/20 21:47:37 UTC

svn commit: r1640807 - /lucene/dev/branches/branch_5x/lucene/CHANGES.txt

Author: mikemccand
Date: Thu Nov 20 20:47:37 2014
New Revision: 1640807

URL: http://svn.apache.org/r1640807
Log:
LUCENE-5123: fix changes

Modified:
    lucene/dev/branches/branch_5x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1640807&r1=1640806&r2=1640807&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Thu Nov 20 20:47:37 2014
@@ -27,7 +27,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)