Uses of Interface
org.apache.lucene.util.hnsw.HnswBuilder
Packages that use HnswBuilder
Package
Description
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswBuilder in org.apache.lucene.util.hnsw
Classes in org.apache.lucene.util.hnsw that implement HnswBuilderModifier and TypeClassDescriptionclass
A graph builder that manages multiple workers, it only supports adding the whole graph all at once.class
Builder for HNSW graph.final 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 HnswBuilderModifier and TypeMethodDescriptionprotected HnswBuilder
ConcurrentHnswMerger.createBuilder
(KnnVectorValues mergedVectorValues, int maxOrd) protected HnswBuilder
IncrementalHnswGraphMerger.createBuilder
(KnnVectorValues mergedVectorValues, int maxOrd) Builds a new HnswGraphBuilder