mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@798974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57b50dbbfe
commit
1286589fd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue