Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder.GraphBuilderKnnCollector
-
Packages that use HnswGraphBuilder.GraphBuilderKnnCollector Package Description org.apache.lucene.util.hnsw 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.GraphBuilderKnnCollector Modifier and Type Field Description private HnswGraphBuilder.GraphBuilderKnnCollector
HnswGraphBuilder. beamCandidates
private HnswGraphBuilder.GraphBuilderKnnCollector
HnswGraphBuilder. entryCandidates
Methods in org.apache.lucene.util.hnsw that return HnswGraphBuilder.GraphBuilderKnnCollector Modifier and Type Method Description HnswGraphBuilder.GraphBuilderKnnCollector
HnswGraphSearcher. 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.GraphBuilderKnnCollector Modifier and Type Method Description private static void
HnswGraphBuilder. popToScratch(HnswGraphBuilder.GraphBuilderKnnCollector candidates, NeighborArray scratch)
-