Uses of Class
org.apache.lucene.util.hnsw.OnHeapHnswGraph
-
Packages that use OnHeapHnswGraph Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of OnHeapHnswGraph in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return OnHeapHnswGraph Modifier and Type Method Description OnHeapHnswGraphHnswGraphBuilder. build(int maxOrd)Adds all nodes to the graph up to the providedmaxOrd.OnHeapHnswGraphHnswGraphBuilder. getGraph()Methods in org.apache.lucene.util.hnsw with parameters of type OnHeapHnswGraph Modifier and Type Method Description static KnnCollectorHnswGraphSearcher. search(RandomVectorScorer scorer, int topK, OnHeapHnswGraph graph, Bits acceptOrds, int visitedLimit)SearchOnHeapHnswGraph, this method is thread safe.
-