LUCENE-1461: add Matt Ericson as coauthor

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@724551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2008-12-08 23:26:11 +00:00
parent ffa2ee2203
commit d53b6786c9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ New features
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