Uses of Interface
org.apache.lucene.util.hnsw.RandomAccessVectorValues.Bytes
Packages that use RandomAccessVectorValues.Bytes
Package
Description
Lucene 9.4 file format.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
HNSW vector helper classes.
Lucene 9.5 file format.
Lucene 9.9 file format.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.backward_codecs.lucene94
Classes in org.apache.lucene.backward_codecs.lucene94 that implement RandomAccessVectorValues.BytesModifier and TypeClassDescription(package private) class
Read the vector values from the index input.(package private) static class
private static class
private static class
-
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.codecs.bitvectors
Fields in org.apache.lucene.codecs.bitvectors declared as RandomAccessVectorValues.BytesModifier and TypeFieldDescriptionprivate final RandomAccessVectorValues.Bytes
FlatBitVectorsScorer.BitRandomVectorScorer.vectorValues
protected final RandomAccessVectorValues.Bytes
FlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValues
protected final RandomAccessVectorValues.Bytes
FlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValues1
protected final RandomAccessVectorValues.Bytes
FlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValues2
Constructors in org.apache.lucene.codecs.bitvectors with parameters of type RandomAccessVectorValues.BytesModifierConstructorDescription(package private)
BitRandomVectorScorer
(RandomAccessVectorValues.Bytes vectorValues, byte[] query) BitRandomVectorScorerSupplier
(RandomAccessVectorValues.Bytes vectorValues) -
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.codecs.hnsw
Fields in org.apache.lucene.codecs.hnsw declared as RandomAccessVectorValues.BytesModifier and TypeFieldDescriptionprivate final RandomAccessVectorValues.Bytes
DefaultFlatVectorScorer.ByteVectorScorer.values
private final RandomAccessVectorValues.Bytes
DefaultFlatVectorScorer.ByteScoringSupplier.vectors
private final RandomAccessVectorValues.Bytes
DefaultFlatVectorScorer.ByteScoringSupplier.vectors1
private final RandomAccessVectorValues.Bytes
DefaultFlatVectorScorer.ByteScoringSupplier.vectors2
Constructors in org.apache.lucene.codecs.hnsw with parameters of type RandomAccessVectorValues.BytesModifierConstructorDescriptionprivate
ByteScoringSupplier
(RandomAccessVectorValues.Bytes vectors, VectorSimilarityFunction similarityFunction) ByteVectorScorer
(RandomAccessVectorValues.Bytes values, byte[] query, VectorSimilarityFunction similarityFunction) -
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.codecs.lucene95
Classes in org.apache.lucene.codecs.lucene95 that implement RandomAccessVectorValues.BytesModifier and TypeClassDescriptionclass
Read the vector values from the index input.static class
Dense vector values that are stored off-heap.private static class
private static class
-
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement RandomAccessVectorValues.BytesModifier and TypeClassDescriptionclass
Read the quantized vector values and their score correction values from the index input.static class
Dense vector values that are stored off-heap.private static class
private static class
-
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return RandomAccessVectorValues.BytesModifier and TypeMethodDescriptionRandomAccessVectorValues.Bytes.copy()
Creates aRandomAccessVectorValues.Bytes
from a list of byte arrays. -
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.util.quantization
Subinterfaces of RandomAccessVectorValues.Bytes in org.apache.lucene.util.quantizationModifier and TypeInterfaceDescriptioninterface
Random access values forbyte[]
, but also includes accessing the score correction constant for the current vector in the buffer.