Module org.apache.lucene.core
Package org.apache.lucene.codecs
Class DocValuesConsumer.SortedSetDocValuesSub
java.lang.Object
org.apache.lucene.index.DocIDMerger.Sub
org.apache.lucene.codecs.DocValuesConsumer.SortedSetDocValuesSub
- Enclosing class:
DocValuesConsumer
Tracks state of one sorted set sub-reader that we are merging
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LongValues(package private) final SortedSetDocValuesFields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID -
Constructor Summary
ConstructorsConstructorDescriptionSortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map) -
Method Summary
Modifier and TypeMethodDescriptionintnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen donetoString()Methods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
Field Details
-
values
-
map
-
-
Constructor Details
-
SortedSetDocValuesSub
-
-
Method Details
-
nextDoc
Description copied from class:DocIDMerger.SubReturns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done- Specified by:
nextDocin classDocIDMerger.Sub- Throws:
IOException
-
toString
-