Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder
-
Packages that use HnswGraphBuilder Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of HnswGraphBuilder in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return HnswGraphBuilder Modifier and Type Method Description static HnswGraphBuilder
HnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed)
static HnswGraphBuilder
HnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed, HnswGraph initializerGraph, Map<Integer,Integer> oldToNewOrdinalMap)
-