From ac0b4c552ac6a4787b909d310617ad149b6ef46d Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 30 Mar 2015 08:34:03 +0000 Subject: [PATCH] LUCENE-6303: Fix changelog. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670009 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 349c1b81c9a..663678d045b 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -51,7 +51,7 @@ New Features * LUCENE-6294: Added oal.search.CollectorManager to allow for parallelization of the document collection process on IndexSearcher. (Adrien Grand) -* LUCENE-6303: Added filter caching baked into IndexSearcher and enabled by +* LUCENE-6303: Added filter caching baked into IndexSearcher, disabled by default. (Adrien Grand) * LUCENE-6304: Added a new MatchNoDocsQuery that matches no documents.