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