LUCENE-6531: backported to 5.3.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-07-28 10:07:58 +00:00
parent 0155076b1f
commit 5b0e8d1d41
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,6 @@ API Changes
* LUCENE-6067: Accountable.getChildResources has a default * LUCENE-6067: Accountable.getChildResources has a default
implementation returning the empty list. (Robert Muir) implementation returning the empty list. (Robert Muir)
* LUCENE-6531: PhraseQuery is now immutable and can be built using the
PhraseQuery.Builder class. (Adrien Grand)
* LUCENE-6570: BooleanQuery is now immutable and can be built using the * LUCENE-6570: BooleanQuery is now immutable and can be built using the
BooleanQuery.Builder class. (Adrien Grand) BooleanQuery.Builder class. (Adrien Grand)
@ -212,6 +209,9 @@ API Changes
* LUCENE-6607: Factor out geo3d into its own spatial3d module. (Karl * LUCENE-6607: Factor out geo3d into its own spatial3d module. (Karl
Wright, Nick Knize, David Smiley, Mike McCandless) Wright, Nick Knize, David Smiley, Mike McCandless)
* LUCENE-6531: PhraseQuery is now immutable and can be built using the
PhraseQuery.Builder class. (Adrien Grand)
Bug fixes Bug fixes
* LUCENE-6500: ParallelCompositeReader did not always call * LUCENE-6500: ParallelCompositeReader did not always call