Uses of Class
org.apache.lucene.codecs.lucene99.OffHeapQuantizedByteVectorValues
-
Packages that use OffHeapQuantizedByteVectorValues Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description static class
OffHeapQuantizedByteVectorValues.DenseOffHeapVectorValues
Dense vector values that are stored off-heap.private static class
OffHeapQuantizedByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues
Fields in org.apache.lucene.codecs.lucene99 declared as OffHeapQuantizedByteVectorValues Modifier and Type Field Description private OffHeapQuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsReader.QuantizedVectorValues. quantizedVectorValues
Methods in org.apache.lucene.codecs.lucene99 that return OffHeapQuantizedByteVectorValues Modifier and Type Method Description static OffHeapQuantizedByteVectorValues
OffHeapQuantizedByteVectorValues. 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 OffHeapQuantizedByteVectorValues Constructor Description QuantizedVectorValues(FloatVectorValues rawVectorValues, OffHeapQuantizedByteVectorValues quantizedVectorValues)
-