public abstract class SortedNumericDocValues extends DocValuesIterator
Long.compare(long, long).NO_MORE_DOCS| Modifier | Constructor and Description |
|---|---|
protected |
SortedNumericDocValues()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
docValueCount()
Retrieves the number of values for the current document.
|
abstract long |
nextValue()
Iterates to the next value in the current document.
|
advanceExactadvance, all, cost, docID, empty, nextDoc, range, slowAdvanceprotected SortedNumericDocValues()
public abstract long nextValue()
throws java.io.IOException
docValueCount() times
for the document.java.io.IOExceptionpublic abstract int docValueCount()
DocValuesIterator.advanceExact(int)
returned false.