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.DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic long cost()
cost in class org.apache.lucene.search.DocIdSetIteratorCopyright © 2009–2016. All rights reserved.