Uses of Class
org.apache.lucene.search.TopScoreDocCollector
Packages that use TopScoreDocCollector
-
Uses of TopScoreDocCollector in org.apache.lucene.search
Subclasses of TopScoreDocCollector in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static class
private static class
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.(package private) static TopScoreDocCollector
TopScoreDocCollector.create
(int numHits, ScoreDoc after, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) 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