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
private final HitsThresholdChecker
TopFieldCollectorManager.hitsThresholdChecker
(package private) final HitsThresholdChecker
TopScoreDocCollector.hitsThresholdChecker
private final HitsThresholdChecker
TopScoreDocCollectorManager.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) 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)