LUCENE-6303: Fix changelog.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-03-30 08:34:03 +00:00
parent 92a7c7e4ee
commit ac0b4c552a
1 changed files with 1 additions and 1 deletions

View File

@ -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.