public static class NotDocIdSet.IteratorBasedIterator
extends org.apache.lucene.search.DocIdSetIterator
Modifier and Type | Method and Description |
---|---|
int |
advance(int target) |
long |
cost() |
int |
docID() |
int |
nextDoc() |
public int docID()
docID
in class org.apache.lucene.search.DocIdSetIterator
public int nextDoc() throws IOException
nextDoc
in class org.apache.lucene.search.DocIdSetIterator
IOException
public int advance(int target) throws IOException
advance
in class org.apache.lucene.search.DocIdSetIterator
IOException
public long cost()
cost
in class org.apache.lucene.search.DocIdSetIterator
Copyright © 2009–2015. All rights reserved.