Uses of Interface
org.apache.lucene.index.RandomAccessVectorValuesProducer
-
Packages that use RandomAccessVectorValuesProducer Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.hnsw 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 RandomAccessVectorValuesProducer Modifier and Type Class Description (package private) static classLucene90HnswVectorsReader.OffHeapVectorValuesRead the vector values from the index input.Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type RandomAccessVectorValuesProducer Constructor Description Lucene90HnswGraphBuilder(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 RandomAccessVectorValuesProducer Modifier and Type Class Description (package private) static classLucene91HnswVectorsReader.OffHeapVectorValuesRead the vector values from the index input.Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type RandomAccessVectorValuesProducer Constructor Description Lucene91HnswGraphBuilder(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 RandomAccessVectorValuesProducer Modifier and Type Class Description (package private) classOffHeapVectorValuesRead the vector values from the index input.(package private) static classOffHeapVectorValues.DenseOffHeapVectorValuesprivate static classOffHeapVectorValues.EmptyOffHeapVectorValuesprivate static classOffHeapVectorValues.SparseOffHeapVectorValuesMethods in org.apache.lucene.codecs.lucene92 with parameters of type RandomAccessVectorValuesProducer Modifier and Type Method Description private OnHeapHnswGraphLucene92HnswVectorsWriter. writeGraph(RandomAccessVectorValuesProducer vectorValues, VectorSimilarityFunction similarityFunction) -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.codecs.simpletext
Classes in org.apache.lucene.codecs.simpletext that implement RandomAccessVectorValuesProducer Modifier and Type Class Description private static classSimpleTextKnnVectorsReader.SimpleTextVectorValues -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.index
Classes in org.apache.lucene.index that implement RandomAccessVectorValuesProducer Modifier and Type Class Description private static classVectorValuesWriter.BufferedVectorValues(package private) static classVectorValuesWriter.SortingVectorValues -
Uses of RandomAccessVectorValuesProducer in org.apache.lucene.util.hnsw
Constructors in org.apache.lucene.util.hnsw with parameters of type RandomAccessVectorValuesProducer Constructor Description HnswGraphBuilder(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.
-