You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/12/09 00:26:11 UTC

svn commit: r724551 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Mon Dec  8 15:26:11 2008
New Revision: 724551

URL: http://svn.apache.org/viewvc?rev=724551&view=rev
Log:
LUCENE-1461: add Matt Ericson as coauthor

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=724551&r1=724550&r2=724551&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Mon Dec  8 15:26:11 2008
@@ -111,7 +111,7 @@
     then this is likely a much faster way to create the filters than
     RangeFilter.  However, it comes at the expense of added RAM
     consumption and slower first-time usage due to populating the
-    FieldCache.  (Tim Sturge via Mike McCandless)
+    FieldCache.  (Tim Sturge, Matt Ericson via Mike McCandless)
 
  8. LUCENE-1296: add protected method CachingWrapperFilter.docIdSetToCache 
     to allow subclasses to choose which DocIdSet implementation to use