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