Uses of Class
org.apache.lucene.search.TopFieldCollector
Packages that use TopFieldCollector
-
Uses of TopFieldCollector in org.apache.lucene.search
Methods in org.apache.lucene.search that return TopFieldCollectorModifier and TypeMethodDescriptionstatic TopFieldCollector
Creates a newTopFieldCollector
from the given arguments.static TopFieldCollector
Creates a newTopFieldCollector
from the given arguments.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) Create a CollectorManager which uses a shared hit counter to maintain number of hits and a sharedMaxScoreAccumulator
to propagate the minimum score accross segments if the primary sort is by relevancy.