Module org.apache.lucene.core
Package org.apache.lucene.codecs
Class KnnVectorsWriter.ByteVectorValuesSub
java.lang.Object
org.apache.lucene.index.DocIDMerger.Sub
org.apache.lucene.codecs.KnnVectorsWriter.ByteVectorValuesSub
- Enclosing class:
KnnVectorsWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final KnnVectorValues.DocIndexIterator
(package private) final ByteVectorValues
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
index()
int
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
-
iterator
-
-
Constructor Details
-
ByteVectorValuesSub
ByteVectorValuesSub(MergeState.DocMap docMap, ByteVectorValues values)
-
-
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
-
index
int index()
-