Uses of Class
org.apache.lucene.search.HitsThresholdChecker
Packages that use HitsThresholdChecker
-
Uses of HitsThresholdChecker in org.apache.lucene.search
Subclasses of HitsThresholdChecker in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static class
Implementation of HitsThresholdChecker which allows global hit countingprivate static class
Default implementation of HitsThresholdChecker to be used for single threaded executionFields in org.apache.lucene.search declared as HitsThresholdCheckerModifier and TypeFieldDescriptionprivate static final HitsThresholdChecker
HitsThresholdChecker.EXACT_HITS_COUNT_THRESHOLD_CHECKER
No-op implementation ofHitsThresholdChecker
that does no counting, as the threshold can never be reached.(package private) final HitsThresholdChecker
TopFieldCollector.hitsThresholdChecker
(package private) final HitsThresholdChecker
TopScoreDocCollector.hitsThresholdChecker
Methods in org.apache.lucene.search that return HitsThresholdCheckerModifier and TypeMethodDescription(package private) static HitsThresholdChecker
HitsThresholdChecker.create
(int totalHitsThreshold) (package private) static HitsThresholdChecker
HitsThresholdChecker.createShared
(int totalHitsThreshold) Methods in org.apache.lucene.search with parameters of type HitsThresholdCheckerModifier and TypeMethodDescription(package private) static TopFieldCollector
TopFieldCollector.create
(Sort sort, int numHits, FieldDoc after, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) Same as above with additional parameters to allow passing in the threshold checker and the max score accumulator.(package private) static TopScoreDocCollector
TopScoreDocCollector.create
(int numHits, ScoreDoc after, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) Constructors in org.apache.lucene.search with parameters of type HitsThresholdCheckerModifierConstructorDescriptionPagingFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, FieldDoc after, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) (package private)
PagingTopScoreDocCollector
(int numHits, ScoreDoc after, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) SimpleFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) (package private)
SimpleTopScoreDocCollector
(int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) private
TopFieldCollector
(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, HitsThresholdChecker hitsThresholdChecker, boolean needsScores, MaxScoreAccumulator minScoreAcc) (package private)
TopScoreDocCollector
(int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc)