private static class DocValuesConsumer.SortedSetDocValuesSub extends DocIDMerger.Sub
Modifier and Type | Field and Description |
---|---|
(package private) LongValues |
map |
(package private) SortedSetDocValues |
values |
mappedDocID
Constructor and Description |
---|
SortedSetDocValuesSub(MergeState.DocMap docMap,
SortedSetDocValues 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 |
java.lang.String |
toString() |
final SortedSetDocValues values
final LongValues map
public SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues 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
public java.lang.String toString()
toString
in class java.lang.Object