Uses of Class
org.apache.lucene.search.MaxScoreAccumulator
-
Packages that use MaxScoreAccumulator Package Description org.apache.lucene.search Code to search indices. -
-
Uses of MaxScoreAccumulator in org.apache.lucene.search
Fields in org.apache.lucene.search declared as MaxScoreAccumulator Modifier and Type Field Description (package private) MaxScoreAccumulator
TopFieldCollector. minScoreAcc
(package private) MaxScoreAccumulator
TopScoreDocCollector. minScoreAcc
Methods in org.apache.lucene.search with parameters of type MaxScoreAccumulator Modifier and Type Method Description (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)
-