Uses of Class
org.apache.lucene.benchmark.quality.QualityStats
Packages that use QualityStats
-
Uses of QualityStats in org.apache.lucene.benchmark.quality
Methods in org.apache.lucene.benchmark.quality that return QualityStatsModifier and TypeMethodDescriptionstatic QualityStats
QualityStats.average
(QualityStats[] stats) Create a QualityStats object that is the average of the input QualityStats objects.QualityBenchmark.execute
(Judge judge, SubmissionReport submitRep, PrintWriter qualityLog) Run the quality benchmark.Methods in org.apache.lucene.benchmark.quality with parameters of type QualityStatsModifier and TypeMethodDescriptionstatic QualityStats
QualityStats.average
(QualityStats[] stats) Create a QualityStats object that is the average of the input QualityStats objects.