Module org.apache.lucene.core
Class Lucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub
- java.lang.Object
-
- org.apache.lucene.index.DocIDMerger.Sub
-
- org.apache.lucene.codecs.lucene99.Lucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub
-
- Enclosing class:
- Lucene99ScalarQuantizedVectorsWriter
static class Lucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub extends DocIDMerger.Sub
-
-
Field Summary
Fields Modifier and Type Field Description private QuantizedByteVectorValues
values
-
Fields inherited from class org.apache.lucene.index.DocIDMerger.Sub
docMap, mappedDocID
-
-
Constructor Summary
Constructors Constructor Description QuantizedByteVectorValueSub(MergeState.DocMap docMap, QuantizedByteVectorValues 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
private final QuantizedByteVectorValues values
-
-
Constructor Detail
-
QuantizedByteVectorValueSub
QuantizedByteVectorValueSub(MergeState.DocMap docMap, QuantizedByteVectorValues 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
-
-