public class BitsDocIdSetIterator extends MatchDocIdSetIterator
Bits based iterator.| Modifier and Type | Class and Description |
|---|---|
static class |
BitsDocIdSetIterator.FilteredIterator |
| Constructor and Description |
|---|
BitsDocIdSetIterator(org.apache.lucene.util.Bits bits) |
BitsDocIdSetIterator(int maxDoc,
org.apache.lucene.util.Bits bits) |
| Modifier and Type | Method and Description |
|---|---|
long |
cost() |
protected boolean |
matchDoc(int doc) |
advance, docID, nextDocpublic BitsDocIdSetIterator(org.apache.lucene.util.Bits bits)
public BitsDocIdSetIterator(int maxDoc,
org.apache.lucene.util.Bits bits)
protected boolean matchDoc(int doc)
matchDoc in class MatchDocIdSetIteratorpublic long cost()
cost in class org.apache.lucene.search.DocIdSetIteratorCopyright © 2009–2016. All rights reserved.