git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@798974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-07-29 16:34:40 +00:00
parent 57b50dbbfe
commit 1286589fd5
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ New features
Rutherglen, Mike McCandless)
14. LUCENE-1506: Added FilteredDocIdSet, an abstract class which you
subclass to implement the "match" method to aceept or reject each
subclass to implement the "match" method to accept or reject each
docID. Unlike ChainedFilter (under contrib/misc),
FilteredDocIdSet never requires you to materialize the full
bitset. Instead, match() is called on demand per docID. (John