searchLevel

abstract fun searchLevel(results: KnnCollector, scorer: RandomVectorScorer, level: Int, eps: IntArray, graph: HnswGraph, acceptOrds: Bits?)

Search a given level of the graph starting at the given entry points.

Parameters

results

the collector to collect the results

scorer

the scorer to compare the query with the nodes

level

the level of the graph to search

eps

the entry points to start the search from

graph

the HNSWGraph

acceptOrds

the ordinals to accept for the results