TimeLimitingKnnCollectorManager
class TimeLimitingKnnCollectorManager(delegate: KnnCollectorManager, timeout: QueryTimeout?) : KnnCollectorManager
A KnnCollectorManager that collects results with a timeout.
Functions
Link copied to clipboard
Get the configured QueryTimeout for terminating graph and exact searches.
Link copied to clipboard
open override fun newCollector(visitedLimit: Int, searchStrategy: KnnSearchStrategy, context: LeafReaderContext): KnnCollector
Return a new KnnCollector instance.