Uses of Class
org.apache.lucene.search.HitsThresholdChecker
-
Packages that use HitsThresholdChecker Package Description org.apache.lucene.search Code to search indices. -
-
Uses of HitsThresholdChecker in org.apache.lucene.search
Subclasses of HitsThresholdChecker in org.apache.lucene.search Modifier and Type Class Description private static classHitsThresholdChecker.GlobalHitsThresholdCheckerImplementation of HitsThresholdChecker which allows global hit countingprivate static classHitsThresholdChecker.LocalHitsThresholdCheckerDefault implementation of HitsThresholdChecker to be used for single threaded executionFields in org.apache.lucene.search declared as HitsThresholdChecker Modifier and Type Field Description (package private) HitsThresholdCheckerTopFieldCollector. hitsThresholdChecker(package private) HitsThresholdCheckerTopScoreDocCollector. hitsThresholdCheckerMethods in org.apache.lucene.search that return HitsThresholdChecker Modifier and Type Method Description static HitsThresholdCheckerHitsThresholdChecker. create(int totalHitsThreshold)static HitsThresholdCheckerHitsThresholdChecker. createShared(int totalHitsThreshold)Methods in org.apache.lucene.search with parameters of type HitsThresholdChecker Modifier and Type Method Description (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)
-