Package org.apache.lucene.codecs
Class DocValuesConsumer.NumericDocValuesSub
- java.lang.Object
-
- org.apache.lucene.index.DocIDMerger.Sub
-
- org.apache.lucene.codecs.DocValuesConsumer.NumericDocValuesSub
-
- Enclosing class:
- DocValuesConsumer
private static class DocValuesConsumer.NumericDocValuesSub extends DocIDMerger.Sub
Tracks state of one numeric sub-reader that we are merging
-
-
Field Summary
Fields Modifier and Type Field Description (package private) NumericDocValuesvalues-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
mappedDocID
-
-
Constructor Summary
Constructors Constructor Description NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues 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 NumericDocValues values
-
-
Constructor Detail
-
NumericDocValuesSub
public NumericDocValuesSub(MergeState.DocMap docMap, NumericDocValues 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
-
-