You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2015/05/21 21:50:20 UTC

svn commit: r1680947 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: jpountz
Date: Thu May 21 19:50:19 2015
New Revision: 1680947

URL: http://svn.apache.org/r1680947
Log:
LUCENE-6360: Add CHANGES entry.

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1680947&r1=1680946&r2=1680947&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu May 21 19:50:19 2015
@@ -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)