Uses of Class
org.apache.lucene.search.TopFieldCollector
Packages that use TopFieldCollector
-
Uses of TopFieldCollector in org.apache.lucene.search
Subclasses of TopFieldCollector in org.apache.lucene.searchModifier and TypeClassDescription(package private) static final class
(package private) static class
Fields in org.apache.lucene.search with type parameters of type TopFieldCollectorModifier and TypeFieldDescriptionprivate final List
<TopFieldCollector> TopFieldCollectorManager.collectors
Methods in org.apache.lucene.search that return TopFieldCollectorModifier and TypeMethodDescriptionstatic TopFieldCollector
Deprecated.static TopFieldCollector
Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherTopFieldCollectorManager.newCollector()
Methods in org.apache.lucene.search that return types with arguments of type TopFieldCollectorModifier and TypeMethodDescriptionTopFieldCollector.createSharedManager
(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold) Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherTopFieldCollectorManager.getCollectors()
Method parameters in org.apache.lucene.search with type arguments of type TopFieldCollectorModifier and TypeMethodDescriptionTopFieldCollectorManager.reduce
(Collection<TopFieldCollector> collectors)
TopFieldCollectorManager
due to its support for concurrency in IndexSearcher