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
private static class KnnVectorsWriter.ByteVectorValuesSub extends DocIDMerger.Sub
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ByteVectorValues
values
-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
-
Constructor Summary
Constructors Constructor Description ByteVectorValuesSub(MergeState.DocMap docMap, ByteVectorValues values)
-
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 done-
Methods inherited from class org.apache.lucene.index.DocIDMerger.Sub
nextMappedDoc
-
-
-
-
Field Detail
-
values
final ByteVectorValues values
-
-
Constructor Detail
-
ByteVectorValuesSub
ByteVectorValuesSub(MergeState.DocMap docMap, ByteVectorValues values)
-
-
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
-
-