Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder
Packages that use HnswGraphBuilder
Package
Description
Lucene 9.9 file format.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswGraphBuilder in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as HnswGraphBuilderModifier and TypeFieldDescriptionprivate final HnswGraphBuilderLucene99HnswVectorsWriter.FieldWriter.hnswGraphBuilder -
Uses of HnswGraphBuilder in org.apache.lucene.util.hnsw
Subclasses of HnswGraphBuilder in org.apache.lucene.util.hnswModifier and TypeClassDescriptionprivate static final classfinal classThis creates a graph builder that is initialized with the provided HnswGraph.Methods in org.apache.lucene.util.hnsw that return HnswGraphBuilderModifier and TypeMethodDescriptionstatic HnswGraphBuilderHnswGraphBuilder.create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed) static HnswGraphBuilderHnswGraphBuilder.create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed, int graphSize)