Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder.GraphBuilderKnnCollector
Packages that use HnswGraphBuilder.GraphBuilderKnnCollector
Package
Description
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of HnswGraphBuilder.GraphBuilderKnnCollector in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as HnswGraphBuilder.GraphBuilderKnnCollectorModifier and TypeFieldDescriptionprivate final HnswGraphBuilder.GraphBuilderKnnCollectorHnswGraphBuilder.beamCandidatesprivate final HnswGraphBuilder.GraphBuilderKnnCollectorHnswGraphBuilder.entryCandidatesMethods in org.apache.lucene.util.hnsw that return HnswGraphBuilder.GraphBuilderKnnCollectorModifier and TypeMethodDescriptionHnswGraphSearcher.searchLevel(RandomVectorScorer scorer, int topK, int level, int[] eps, HnswGraph graph) Searches for the nearest neighbors of a query vector in a given level.Methods in org.apache.lucene.util.hnsw with parameters of type HnswGraphBuilder.GraphBuilderKnnCollectorModifier and TypeMethodDescriptionprivate static voidHnswGraphBuilder.popToScratch(HnswGraphBuilder.GraphBuilderKnnCollector candidates, NeighborArray scratch)