Uses of Class
org.elasticsearch.index.rankeval.RankEvalResponse
-
Packages that use RankEvalResponse Package Description org.elasticsearch.client org.elasticsearch.index.rankeval -
-
Uses of RankEvalResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return RankEvalResponse Modifier and Type Method Description RankEvalResponseRestHighLevelClient. rankEval(RankEvalRequest rankEvalRequest, RequestOptions options)Executes a request using the Ranking Evaluation API.Method parameters in org.elasticsearch.client with type arguments of type RankEvalResponse Modifier and Type Method Description CancellableRestHighLevelClient. rankEvalAsync(RankEvalRequest rankEvalRequest, RequestOptions options, ActionListener<RankEvalResponse> listener)Asynchronously executes a request using the Ranking Evaluation API. -
Uses of RankEvalResponse in org.elasticsearch.index.rankeval
Methods in org.elasticsearch.index.rankeval that return RankEvalResponse Modifier and Type Method Description static RankEvalResponseRankEvalResponse. fromXContent(XContentParser parser)
-