Uses of Interface
org.apache.lucene.index.RandomAccessVectorValuesProducer
Packages that use RandomAccessVectorValuesProducer
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.backward_codecs.lucene90
Classes in org.apache.lucene.backward_codecs.lucene90 that implement RandomAccessVectorValuesProducerModifier and TypeClassDescription(package private) static class
Read the vector values from the index input.Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type RandomAccessVectorValuesProducerModifierConstructorDescriptionLucene90HnswGraphBuilder
(RandomAccessVectorValuesProducer vectors, VectorSimilarityFunction similarityFunction, int maxConn, int beamWidth, long seed) Reads all the vectors from a VectorValues, builds a graph connecting them by their dense ordinals, using the given hyperparameter settings, and returns the resulting graph. -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.backward_codecs.lucene91
Classes in org.apache.lucene.backward_codecs.lucene91 that implement RandomAccessVectorValuesProducerModifier and TypeClassDescription(package private) static class
Read the vector values from the index input.Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type RandomAccessVectorValuesProducerModifierConstructorDescriptionLucene91HnswGraphBuilder
(RandomAccessVectorValuesProducer vectors, VectorSimilarityFunction similarityFunction, int maxConn, int beamWidth, long seed) Reads all the vectors from a VectorValues, builds a graph connecting them by their dense ordinals, using the given hyperparameter settings, and returns the resulting graph. -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.codecs.lucene92
Classes in org.apache.lucene.codecs.lucene92 that implement RandomAccessVectorValuesProducerModifier and TypeClassDescription(package private) class
Read the vector values from the index input.(package private) static class
private static class
private static class
Methods in org.apache.lucene.codecs.lucene92 with parameters of type RandomAccessVectorValuesProducerModifier and TypeMethodDescriptionprivate OnHeapHnswGraph
Lucene92HnswVectorsWriter.writeGraph
(RandomAccessVectorValuesProducer vectorValues, VectorSimilarityFunction similarityFunction) -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.codecs.simpletext
Classes in org.apache.lucene.codecs.simpletext that implement RandomAccessVectorValuesProducerModifier and TypeClassDescriptionprivate static class
-
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.index
Classes in org.apache.lucene.index that implement RandomAccessVectorValuesProducerModifier and TypeClassDescriptionprivate static class
(package private) static class
-
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.util.hnsw
Constructors in org.apache.lucene.util.hnsw with parameters of type RandomAccessVectorValuesProducerModifierConstructorDescriptionHnswGraphBuilder
(RandomAccessVectorValuesProducer vectors, VectorSimilarityFunction similarityFunction, int M, int beamWidth, long seed) Reads all the vectors from a VectorValues, builds a graph connecting them by their dense ordinals, using the given hyperparameter settings, and returns the resulting graph.