LUCENE-6341: move CHANGES entry in trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2015-03-08 18:44:16 +00:00
parent 45196378d3
commit 6364cf7773
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,6 @@ New Features
for counting ranges that align with the underlying terms as defined by the
NumberRangePrefixTree (e.g. familiar date units like days). (David Smiley)
* LUCENE-6341: Add a -fast option to CheckIndex. (Robert Muir)
API Changes
* LUCENE-3312: The API of oal.document was restructured to
@ -59,6 +57,8 @@ New Features
* LUCENE-6304: Added a new MatchNoDocsQuery that matches no documents.
(Lee Hinman via Adrien Grand)
* LUCENE-6341: Add a -fast option to CheckIndex. (Robert Muir)
Bug Fixes
* LUCENE-6249: StandardQueryParser doesn't support pure negative clauses.