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.hitsThresholdCheckerprivate final HitsThresholdCheckerTopFieldCollectorManager.hitsThresholdChecker(package private) final HitsThresholdCheckerTopScoreDocCollector.hitsThresholdCheckerprivate final HitsThresholdCheckerTopScoreDocCollectorManager.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) 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)