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) classRead the vector values from the index input.(package private) static classprivate static classprivate 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.BytesFlatBitVectorsScorer.BitRandomVectorScorer.vectorValuesprotected final RandomAccessVectorValues.BytesFlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValuesprotected final RandomAccessVectorValues.BytesFlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValues1protected final RandomAccessVectorValues.BytesFlatBitVectorsScorer.BitRandomVectorScorerSupplier.vectorValues2Constructors 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.BytesDefaultFlatVectorScorer.ByteVectorScorer.valuesprivate final RandomAccessVectorValues.BytesDefaultFlatVectorScorer.ByteScoringSupplier.vectorsprivate final RandomAccessVectorValues.BytesDefaultFlatVectorScorer.ByteScoringSupplier.vectors1private final RandomAccessVectorValues.BytesDefaultFlatVectorScorer.ByteScoringSupplier.vectors2Constructors in org.apache.lucene.codecs.hnsw with parameters of type RandomAccessVectorValues.BytesModifierConstructorDescriptionprivateByteScoringSupplier(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 TypeClassDescriptionclassRead the vector values from the index input.static classDense vector values that are stored off-heap.private static classprivate static class -
Uses of RandomAccessVectorValues.Bytes in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement RandomAccessVectorValues.BytesModifier and TypeClassDescriptionclassRead the quantized vector values and their score correction values from the index input.static classDense vector values that are stored off-heap.private static classprivate 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.Bytesfrom 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 TypeInterfaceDescriptioninterfaceRandom access values forbyte[], but also includes accessing the score correction constant for the current vector in the buffer.