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 classReturns a merged view over all the segment'sQuantizedByteVectorValues.private static final classprivate static class(package private) classRead the quantized vector values and their score correction values from the index input.(package private) static classprivate static classprivate static classFields in org.apache.lucene.codecs.lucene99 declared as QuantizedByteVectorValuesModifier and TypeFieldDescriptionprivate final QuantizedByteVectorValuesLucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues.inprivate final QuantizedByteVectorValuesLucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub.valuesMethods 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 DocsWithFieldSetLucene99ScalarQuantizedVectorsWriter.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 QuantizedByteVectorValuesModifierConstructorDescriptionprivateOffsetCorrectedQuantizedByteVectorValues(QuantizedByteVectorValues in, VectorSimilarityFunction vectorSimilarityFunction, ScalarQuantizer scalarQuantizer, ScalarQuantizer oldScalarQuantizer) (package private)QuantizedByteVectorValueSub(MergeState.DocMap docMap, QuantizedByteVectorValues values)