Uses of Interface
org.apache.lucene.codecs.lucene99.RandomAccessQuantizedByteVectorValues
-
Packages that use RandomAccessQuantizedByteVectorValues Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of RandomAccessQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement RandomAccessQuantizedByteVectorValues Modifier and Type Class Description (package private) class
OffHeapQuantizedByteVectorValues
Read the quantized vector values and their score correction values from the index input.(package private) static class
OffHeapQuantizedByteVectorValues.DenseOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues
Fields in org.apache.lucene.codecs.lucene99 declared as RandomAccessQuantizedByteVectorValues Modifier and Type Field Description private RandomAccessQuantizedByteVectorValues
ScalarQuantizedRandomVectorScorer. values
private RandomAccessQuantizedByteVectorValues
ScalarQuantizedRandomVectorScorerSupplier. values
Methods in org.apache.lucene.codecs.lucene99 that return RandomAccessQuantizedByteVectorValues Modifier and Type Method Description RandomAccessQuantizedByteVectorValues
RandomAccessQuantizedByteVectorValues. copy()
Constructors in org.apache.lucene.codecs.lucene99 with parameters of type RandomAccessQuantizedByteVectorValues Constructor Description ScalarQuantizedRandomVectorScorer(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, RandomAccessQuantizedByteVectorValues values, float[] query)
ScalarQuantizedRandomVectorScorer(ScalarQuantizedVectorSimilarity similarityFunction, RandomAccessQuantizedByteVectorValues values, byte[] query, float queryOffset)
ScalarQuantizedRandomVectorScorerSupplier(VectorSimilarityFunction similarityFunction, ScalarQuantizer scalarQuantizer, RandomAccessQuantizedByteVectorValues values)
ScalarQuantizedRandomVectorScorerSupplier(ScalarQuantizedVectorSimilarity similarity, RandomAccessQuantizedByteVectorValues values)
-