From 6364cf777333df5397abb668eb9fd5caa0973191 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sun, 8 Mar 2015 18:44:16 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 9fd523ca572..bc8857803f4 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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.