Uses of Class
org.apache.lucene.util.hnsw.NeighborQueue
-
Packages that use NeighborQueue Package Description org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of NeighborQueue in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return NeighborQueue Modifier and Type Method Description static NeighborQueue
HnswGraphSearcher. search(float[] query, int topK, RandomAccessVectorValues vectors, VectorSimilarityFunction similarityFunction, HnswGraph graph, Bits acceptOrds, int visitedLimit)
Searches HNSW graph for the nearest neighbors of a query vector.
-