mirror of https://github.com/apache/lucene.git
LUCENE-6570: Move changes entry as the change was backported to 5.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf829a36ba
commit
65fee23d47
|
@ -32,9 +32,6 @@ API Changes
|
|||
* LUCENE-6067: Accountable.getChildResources has a default
|
||||
implementation returning the empty list. (Robert Muir)
|
||||
|
||||
* LUCENE-6570: BooleanQuery is now immutable and can be built using the
|
||||
BooleanQuery.Builder class. (Adrien Grand)
|
||||
|
||||
* LUCENE-6583: FilteredQuery has been removed. Instead, you can construct a
|
||||
BooleanQuery with one MUST clause for the query, and one FILTER clause for
|
||||
the filter. (Adrien Grand)
|
||||
|
@ -212,6 +209,9 @@ API Changes
|
|||
* 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
|
||||
BooleanQuery.Builder class. (Adrien Grand)
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-6500: ParallelCompositeReader did not always call
|
||||
|
|
Loading…
Reference in New Issue