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