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/03/30 10:34:46 UTC

svn commit: r1670010 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/CHANGES.txt

Author: jpountz
Date: Mon Mar 30 08:34:45 2015
New Revision: 1670010

URL: http://svn.apache.org/r1670010
Log:
LUCENE-6303: Fix changelog.

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1670010&r1=1670009&r2=1670010&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Mon Mar 30 08:34:45 2015
@@ -19,7 +19,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.