Uses of Class
org.apache.lucene.codecs.lucene99.OffHeapQuantizedByteVectorValues
Packages that use OffHeapQuantizedByteVectorValues
-
Uses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionstatic classDense vector values that are stored off-heap.private static classprivate static classFields in org.apache.lucene.codecs.lucene99 declared as OffHeapQuantizedByteVectorValuesModifier and TypeFieldDescriptionprivate final OffHeapQuantizedByteVectorValuesLucene99ScalarQuantizedVectorsReader.QuantizedVectorValues.quantizedVectorValuesMethods in org.apache.lucene.codecs.lucene99 that return OffHeapQuantizedByteVectorValuesModifier and TypeMethodDescriptionOffHeapQuantizedByteVectorValues.load(OrdToDocDISIReaderConfiguration configuration, int dimension, int size, ScalarQuantizer scalarQuantizer, VectorSimilarityFunction similarityFunction, FlatVectorsScorer vectorsScorer, boolean compress, long quantizedVectorDataOffset, long quantizedVectorDataLength, IndexInput vectorData) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type OffHeapQuantizedByteVectorValuesModifierConstructorDescription(package private)QuantizedVectorValues(FloatVectorValues rawVectorValues, OffHeapQuantizedByteVectorValues quantizedVectorValues)