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 OnHeapHnswGraph
HnswGraphBuilder. build(int maxOrd)
Adds all nodes to the graph up to the providedmaxOrd
.OnHeapHnswGraph
HnswGraphBuilder. getGraph()
Methods in org.apache.lucene.util.hnsw with parameters of type OnHeapHnswGraph Modifier and Type Method Description static KnnCollector
HnswGraphSearcher. search(RandomVectorScorer scorer, int topK, OnHeapHnswGraph graph, Bits acceptOrds, int visitedLimit)
SearchOnHeapHnswGraph
, this method is thread safe.
-