From 4c2c3cda5bae3961cef31a0ac291f1e2c63c7dcf Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Thu, 21 May 2015 19:50:19 +0000 Subject: [PATCH] LUCENE-6360: Add CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680947 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 70b534717eb..134c56ffe07 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)