Package org.apache.lucene.codecs
Class DocValuesConsumer.SortedNumericDocValuesSub
- java.lang.Object
-
- org.apache.lucene.index.DocIDMerger.Sub
-
- org.apache.lucene.codecs.DocValuesConsumer.SortedNumericDocValuesSub
-
- Enclosing class:
- DocValuesConsumer
private static class DocValuesConsumer.SortedNumericDocValuesSub extends DocIDMerger.Sub
Tracks state of one sorted numeric sub-reader that we are merging
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SortedNumericDocValuesvalues-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
mappedDocID
-
-
Constructor Summary
Constructors Constructor Description SortedNumericDocValuesSub(MergeState.DocMap docMap, SortedNumericDocValues values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done
-
-
-
Field Detail
-
values
final SortedNumericDocValues values
-
-
Constructor Detail
-
SortedNumericDocValuesSub
public SortedNumericDocValuesSub(MergeState.DocMap docMap, SortedNumericDocValues values)
-
-
Method Detail
-
nextDoc
public int nextDoc() throws java.io.IOExceptionDescription copied from class:DocIDMerger.SubReturns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done- Specified by:
nextDocin classDocIDMerger.Sub- Throws:
java.io.IOException
-
-