public class LimitFilter.LimitDocIdSet extends MatchDocIdSet
| Constructor and Description |
|---|
LimitDocIdSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchDoc(int doc)
Does this document match?
|
bits, get, iterator, lengthpublic LimitDocIdSet(int maxDoc,
@Nullable
org.apache.lucene.util.Bits acceptDocs,
int limit)
protected boolean matchDoc(int doc)
MatchDocIdSetmatchDoc in class MatchDocIdSetCopyright © 2009–2016. All rights reserved.