private static class DocValuesConsumer.SortedDocValuesSub extends DocIDMerger.Sub
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
map |
(package private) SortedDocValues |
values |
mappedDocID
Constructor and Description |
---|
SortedDocValuesSub(MergeState.DocMap docMap,
SortedDocValues values,
LongValues map) |
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 SortedDocValues values
final LongValues map
public SortedDocValuesSub(MergeState.DocMap docMap, SortedDocValues values, LongValues map)
public int nextDoc() throws java.io.IOException
DocIDMerger.Sub
DocIdSetIterator.NO_MORE_DOCS
when donenextDoc
in class DocIDMerger.Sub
java.io.IOException