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 MaxScoreAccumulatorTopFieldCollector.minScoreAccprivate final MaxScoreAccumulatorTopFieldCollectorManager.minScoreAcc(package private) final MaxScoreAccumulatorTopScoreDocCollector.minScoreAccprivate final MaxScoreAccumulatorTopScoreDocCollectorManager.minScoreAccConstructors 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) privateTopFieldCollector(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, HitsThresholdChecker hitsThresholdChecker, boolean needsScores, MaxScoreAccumulator minScoreAcc) (package private)TopScoreDocCollector(int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc)