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 classprivate static classMethods in org.apache.lucene.search that return TopScoreDocCollectorModifier and TypeMethodDescriptionstatic TopScoreDocCollectorTopScoreDocCollector.create(int numHits, int totalHitsThreshold) Creates a newTopScoreDocCollectorgiven the number of hits to collect and the number of hits to count accurately.static TopScoreDocCollectorCreates a newTopScoreDocCollectorgiven the number of hits to collect, the bottom of the previous page, and the number of hits to count accurately.(package private) static TopScoreDocCollectorTopScoreDocCollector.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 sharedMaxScoreAccumulatorto propagate the minimum score accross segments