Uses of Class
org.elasticsearch.index.rankeval.RankEvalSpec
-
Packages that use RankEvalSpec Package Description org.elasticsearch.index.rankeval -
-
Uses of RankEvalSpec in org.elasticsearch.index.rankeval
Methods in org.elasticsearch.index.rankeval that return RankEvalSpec Modifier and Type Method Description RankEvalSpecRankEvalRequest. getRankEvalSpec()Returns the specification of the ranking evaluation.static RankEvalSpecRankEvalSpec. parse(XContentParser parser)Methods in org.elasticsearch.index.rankeval with parameters of type RankEvalSpec Modifier and Type Method Description voidRankEvalRequest. setRankEvalSpec(RankEvalSpec task)Set the specification of the ranking evaluation.Constructors in org.elasticsearch.index.rankeval with parameters of type RankEvalSpec Constructor Description RankEvalRequest(RankEvalSpec rankingEvaluationSpec, String[] indices)
-