Class HnswGraphSearcher<T>

java.lang.Object
org.apache.lucene.util.hnsw.HnswGraphSearcher<T>
Type Parameters:
T - the type of query vector

public class HnswGraphSearcher<T> extends Object
Searches an HNSW graph to find nearest neighbors to a query vector. For more background on the search algorithm, see HnswGraph.