Class TopKnnCollectorManager

java.lang.Object
org.apache.lucene.search.knn.TopKnnCollectorManager
All Implemented Interfaces:
KnnCollectorManager

public class TopKnnCollectorManager extends Object implements KnnCollectorManager
TopKnnCollectorManager responsible for creating TopKnnCollector instances. When concurrency is supported, the BlockingFloatHeap is used to track the global top scores collected across all leaves.