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) MaxScoreAccumulatorTopFieldCollector. minScoreAcc(package private) MaxScoreAccumulatorTopScoreDocCollector. minScoreAccMethods in org.apache.lucene.search with parameters of type MaxScoreAccumulator 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)
-