Uses of Class
org.apache.lucene.search.MaxScoreAccumulator
Packages that use MaxScoreAccumulator
-
Uses of MaxScoreAccumulator in org.apache.lucene.search
Fields in org.apache.lucene.search declared as MaxScoreAccumulatorModifier and TypeFieldDescription(package private) final MaxScoreAccumulator
TopFieldCollector.minScoreAcc
(package private) final MaxScoreAccumulator
TopScoreDocCollector.minScoreAcc
Methods in org.apache.lucene.search with parameters of type MaxScoreAccumulatorModifier and TypeMethodDescription(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) Constructors in org.apache.lucene.search with parameters of type MaxScoreAccumulatorModifierConstructorDescriptionPagingFieldCollector
(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)