LUCENE-6360: Add CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-05-21 19:50:19 +00:00
parent e036005cd6
commit 4c2c3cda5b
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ Optimizations
* LUCENE-6458: Multi-term queries matching few terms per segment now execute
like a disjunction. (Adrien Grand)
* LUCENE-6360: TermsQuery rewrites to a disjunction when there are 16 matching
terms or less. (Adrien Grand)
Bug Fixes
* LUCENE-329: Fix FuzzyQuery defaults to rank exact matches highest.
(Mark Harwood, Adrien Grand)