abstract class DocValuesIterator extends DocIdSetIterator
NO_MORE_DOCS| Constructor and Description |
|---|
DocValuesIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
advanceExact(int target)
Advance the iterator to exactly
target and return whether
target has a value. |
advance, all, cost, docID, empty, nextDoc, range, slowAdvancepublic abstract boolean advanceExact(int target)
throws java.io.IOException
target and return whether
target has a value.
target must be greater than or equal to the current
doc ID and must be a valid doc ID, ie. ≥ 0 and
< maxDoc.
After this method returns, DocIdSetIterator.docID() retuns target.java.io.IOException