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
private static class DocValuesConsumer.SortedSetDocValuesSub extends DocIDMerger.Sub
Tracks state of one sorted set sub-reader that we are merging
-
-
Field Summary
Fields Modifier and Type Field Description (package private) LongValues
map
(package private) SortedSetDocValues
values
-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
-
Constructor Summary
Constructors Constructor Description SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map)
-
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 donejava.lang.String
toString()
-
Methods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
-
-
-
Field Detail
-
values
final SortedSetDocValues values
-
map
final LongValues map
-
-
Constructor Detail
-
SortedSetDocValuesSub
public SortedSetDocValuesSub(MergeState.DocMap docMap, SortedSetDocValues values, LongValues map)
-
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-