LUCENE-6371: Update CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alan Woodward 2015-05-19 09:03:59 +00:00
parent a0561676a0
commit 0483f4c077
1 changed files with 3 additions and 2 deletions

View File

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