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