mirror of https://github.com/apache/lucene.git
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:
parent
e036005cd6
commit
4c2c3cda5b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue