Uses of Class
org.apache.lucene.search.TopScoreDocCollector
Packages that use TopScoreDocCollector
-
Uses of TopScoreDocCollector in org.apache.lucene.search
Methods in org.apache.lucene.search that return TopScoreDocCollectorModifier and TypeMethodDescriptionstatic TopScoreDocCollector
TopScoreDocCollector.create
(int numHits, int totalHitsThreshold) Creates a newTopScoreDocCollector
given the number of hits to collect and the number of hits to count accurately.static TopScoreDocCollector
Creates a newTopScoreDocCollector
given the number of hits to collect, the bottom of the previous page, and the number of hits to count accurately.Methods in org.apache.lucene.search that return types with arguments of type TopScoreDocCollectorModifier and TypeMethodDescriptionTopScoreDocCollector.createSharedManager
(int numHits, ScoreDoc 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