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) NumericDocValues
values
-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, 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 int
nextDoc()
Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCS
when done-
Methods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
-
-
-
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.IOException
Description copied from class:DocIDMerger.Sub
Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCS
when done- Specified by:
nextDoc
in classDocIDMerger.Sub
- Throws:
java.io.IOException
-
-