Uses of Class
org.elasticsearch.index.rankeval.EvalQueryQuality
-
Packages that use EvalQueryQuality Package Description org.elasticsearch.index.rankeval -
-
Uses of EvalQueryQuality in org.elasticsearch.index.rankeval
Methods in org.elasticsearch.index.rankeval that return EvalQueryQuality Modifier and Type Method Description EvalQueryQualityEvaluationMetric. evaluate(String taskId, SearchHit[] hits, List<RatedDocument> ratedDocs)Evaluates a single ranking evaluation case.static EvalQueryQualityEvalQueryQuality. fromXContent(XContentParser parser, String queryId)Methods in org.elasticsearch.index.rankeval that return types with arguments of type EvalQueryQuality Modifier and Type Method Description Map<String,EvalQueryQuality>RankEvalResponse. getPartialResults()Method parameters in org.elasticsearch.index.rankeval with type arguments of type EvalQueryQuality Modifier and Type Method Description default doubleEvaluationMetric. combine(Collection<EvalQueryQuality> partialResults)Combine severalEvalQueryQualityresults into the overall evaluation score.Constructor parameters in org.elasticsearch.index.rankeval with type arguments of type EvalQueryQuality Constructor Description RankEvalResponse(double metricScore, Map<String,EvalQueryQuality> partialResults, Map<String,Exception> failures)
-