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) LongValuesmap(package private) SortedSetDocValuesvalues-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
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 intnextDoc()Returns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen donejava.lang.StringtoString()
-
-
-
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.IOExceptionDescription copied from class:DocIDMerger.SubReturns the next document ID from this sub reader, andDocIdSetIterator.NO_MORE_DOCSwhen done- Specified by:
nextDocin classDocIDMerger.Sub- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-