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, nextDoc
public 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 MatchDocIdSetIterator
public long cost()
cost
in class org.apache.lucene.search.DocIdSetIterator
Copyright © 2009–2015. All rights reserved.