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 HnswGraphBuilder
Lucene99HnswVectorsWriter.FieldWriter.hnswGraphBuilder
-
Uses of HnswGraphBuilder in org.apache.lucene.util.hnsw
Subclasses of HnswGraphBuilder in org.apache.lucene.util.hnswModifier and TypeClassDescriptionprivate static final class
final class
This creates a graph builder that is initialized with the provided HnswGraph.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)