Module org.apache.lucene.core
Package org.apache.lucene.codecs
Class DocValuesConsumer.SortedDocValuesSub
java.lang.Object
org.apache.lucene.index.DocIDMerger.Sub
org.apache.lucene.codecs.DocValuesConsumer.SortedDocValuesSub
- Enclosing class:
- DocValuesConsumer
Tracks state of one sorted sub-reader that we are merging
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LongValues
(package private) final SortedDocValues
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
Constructor Summary
ConstructorsConstructorDescriptionSortedDocValuesSub
(MergeState.DocMap docMap, SortedDocValues values, LongValues map) -
Method Summary
Modifier and TypeMethodDescriptionint
nextDoc()
Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCS
when doneMethods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
Field Details
-
values
-
map
-
-
Constructor Details
-
SortedDocValuesSub
-
-
Method Details
-
nextDoc
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:
IOException
-