You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2015/05/19 11:04:00 UTC

svn commit: r1680206 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: romseygeek
Date: Tue May 19 09:03:59 2015
New Revision: 1680206

URL: http://svn.apache.org/r1680206
Log:
LUCENE-6371: Update CHANGES.txt

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1680206&r1=1680205&r2=1680206&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue May 19 09:03:59 2015
@@ -192,8 +192,9 @@ API Changes
 * LUCENE-6371: Payload collection from Spans is moved to a more generic
   SpanCollector framework.  Spans no longer implements .hasPayload() and
   .getPayload() methods, and instead exposes a collect() method that allows
-  the collection of arbitrary postings information. (Alan Woodward, David
-  Smiley, Paul Elschot)
+  the collection of arbitrary postings information. SpanPayloadCheckQuery and
+  SpanPayloadNearCheckQuery have moved from the .spans package to the .payloads
+  package. (Alan Woodward, David Smiley, Paul Elschot)
 
 Other