private static class DocValuesConsumer.SortedNumericDocValuesSub extends DocIDMerger.Sub
Modifier and Type | Field and Description |
---|---|
(package private) SortedNumericDocValues |
values |
mappedDocID
Constructor and Description |
---|
SortedNumericDocValuesSub(MergeState.DocMap docMap,
SortedNumericDocValues values) |
Modifier and Type | Method and Description |
---|---|
int |
nextDoc()
Returns the next document ID from this sub reader, and
DocIdSetIterator.NO_MORE_DOCS when done |
final SortedNumericDocValues values
public SortedNumericDocValuesSub(MergeState.DocMap docMap, SortedNumericDocValues values)
public int nextDoc() throws java.io.IOException
DocIDMerger.Sub
DocIdSetIterator.NO_MORE_DOCS
when donenextDoc
in class DocIDMerger.Sub
java.io.IOException