Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder
Packages that use HnswGraphBuilder
Package
Description
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswGraphBuilder in org.apache.lucene.util.hnsw
Subclasses of HnswGraphBuilder in org.apache.lucene.util.hnswModifier and TypeClassDescriptionfinal class
This creates a graph builder that is initialized with the provided HnswGraph.final class
A graph builder that is used during segments' merging.Methods in org.apache.lucene.util.hnsw that return HnswGraphBuilderModifier and TypeMethodDescriptionstatic HnswGraphBuilder
HnswGraphBuilder.create
(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed) static HnswGraphBuilder
HnswGraphBuilder.create
(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed, int graphSize)