Uses of Interface
org.apache.lucene.util.hnsw.HnswGraphMerger
Packages that use HnswGraphMerger
Package
Description
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswGraphMerger in org.apache.lucene.util.hnsw
Classes in org.apache.lucene.util.hnsw that implement HnswGraphMergerModifier and TypeClassDescriptionclass
This merger merges graph in a concurrent manner, by usingHnswConcurrentMergeBuilder
class
This merges multiple graphs in a single thread in incremental fashion.Methods in org.apache.lucene.util.hnsw that return HnswGraphMergerModifier and TypeMethodDescriptionHnswGraphMerger.addReader
(KnnVectorsReader reader, MergeState.DocMap docMap, Bits liveDocs) Adds a reader to the graph merger to record the state