Uses of Interface
org.apache.lucene.util.hnsw.RandomVectorScorerSupplier
-
Packages that use RandomVectorScorerSupplier Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of RandomVectorScorerSupplier in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return RandomVectorScorerSupplier Modifier and Type Method Description static RandomVectorScorerSupplierRandomVectorScorerSupplier. createBytes(RandomAccessVectorValues<byte[]> vectors, VectorSimilarityFunction similarityFunction)Creates aRandomVectorScorerSupplierto compare byte vectors.static RandomVectorScorerSupplierRandomVectorScorerSupplier. createFloats(RandomAccessVectorValues<float[]> vectors, VectorSimilarityFunction similarityFunction)Creates aRandomVectorScorerSupplierto compare float vectors.Methods in org.apache.lucene.util.hnsw with parameters of type RandomVectorScorerSupplier Modifier and Type Method Description static HnswGraphBuilderHnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed)static HnswGraphBuilderHnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed, HnswGraph initializerGraph, Map<Integer,Integer> oldToNewOrdinalMap)
-