Uses of Class
org.apache.lucene.codecs.lucene99.QuantizedByteVectorValues
Packages that use QuantizedByteVectorValues
-
Uses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescription(package private) static class
Returns a merged view over all the segment'sQuantizedByteVectorValues
.private static final class
private static class
(package private) class
Read the quantized vector values and their score correction values from the index input.(package private) static class
private static class
private static class
Fields in org.apache.lucene.codecs.lucene99 declared as QuantizedByteVectorValuesModifier and TypeFieldDescriptionprivate final QuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues.in
private final QuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub.values
Methods in org.apache.lucene.codecs.lucene99 that return QuantizedByteVectorValuesModifier and TypeMethodDescriptionLucene99HnswVectorsReader.getQuantizedVectorValues
(String field) Lucene99ScalarQuantizedVectorsReader.getQuantizedVectorValues
(String fieldName) QuantizedVectorsReader.getQuantizedVectorValues
(String fieldName) Methods in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSet
Lucene99ScalarQuantizedVectorsWriter.writeQuantizedVectorData
(IndexOutput output, QuantizedByteVectorValues quantizedByteVectorValues) Writes the vector values to the output and returns a set of documents that contains vectors.Constructors in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValuesModifierConstructorDescriptionprivate
OffsetCorrectedQuantizedByteVectorValues
(QuantizedByteVectorValues in, VectorSimilarityFunction vectorSimilarityFunction, ScalarQuantizer scalarQuantizer, ScalarQuantizer oldScalarQuantizer) (package private)
QuantizedByteVectorValueSub
(MergeState.DocMap docMap, QuantizedByteVectorValues values)