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 classImplementation of HitsThresholdChecker which allows global hit countingprivate static classDefault implementation of HitsThresholdChecker to be used for single threaded executionFields in org.apache.lucene.search declared as HitsThresholdCheckerModifier and TypeFieldDescriptionprivate static final HitsThresholdCheckerHitsThresholdChecker.EXACT_HITS_COUNT_THRESHOLD_CHECKERNo-op implementation ofHitsThresholdCheckerthat does no counting, as the threshold can never be reached.(package private) final HitsThresholdCheckerTopFieldCollector.hitsThresholdChecker(package private) final HitsThresholdCheckerTopScoreDocCollector.hitsThresholdCheckerMethods in org.apache.lucene.search that return HitsThresholdCheckerModifier and TypeMethodDescription(package private) static HitsThresholdCheckerHitsThresholdChecker.create(int totalHitsThreshold) (package private) static HitsThresholdCheckerHitsThresholdChecker.createShared(int totalHitsThreshold) Methods in org.apache.lucene.search with parameters of type HitsThresholdCheckerModifier and TypeMethodDescription(package private) static TopFieldCollectorTopFieldCollector.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 TopScoreDocCollectorTopScoreDocCollector.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) privateTopFieldCollector(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, HitsThresholdChecker hitsThresholdChecker, boolean needsScores, MaxScoreAccumulator minScoreAcc) (package private)TopScoreDocCollector(int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc)