Uses of Class
org.elasticsearch.action.explain.ExplainResponse
-
Packages that use ExplainResponse Package Description org.elasticsearch.action.explain org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of ExplainResponse in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return ExplainResponse Modifier and Type Method Description static ExplainResponseExplainResponse. fromXContent(XContentParser parser, boolean exists)protected ExplainResponseTransportExplainAction. shardOperation(ExplainRequest request, ShardId shardId)Methods in org.elasticsearch.action.explain that return types with arguments of type ExplainResponse Modifier and Type Method Description protected Writeable.Reader<ExplainResponse>TransportExplainAction. getResponseReader()Method parameters in org.elasticsearch.action.explain with type arguments of type ExplainResponse Modifier and Type Method Description protected voidTransportExplainAction. asyncShardOperation(ExplainRequest request, ShardId shardId, ActionListener<ExplainResponse> listener)protected voidTransportExplainAction. doExecute(Task task, ExplainRequest request, ActionListener<ExplainResponse> listener) -
Uses of ExplainResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ExplainResponse Modifier and Type Method Description ExplainResponseRestHighLevelClient. explain(ExplainRequest explainRequest, RequestOptions options)Executes a request using the Explain API.Methods in org.elasticsearch.client that return types with arguments of type ExplainResponse Modifier and Type Method Description ActionFuture<ExplainResponse>Client. explain(ExplainRequest request)Computes a score explanation for the specified request.Method parameters in org.elasticsearch.client with type arguments of type ExplainResponse Modifier and Type Method Description voidClient. explain(ExplainRequest request, ActionListener<ExplainResponse> listener)Computes a score explanation for the specified request.CancellableRestHighLevelClient. explainAsync(ExplainRequest explainRequest, RequestOptions options, ActionListener<ExplainResponse> listener)Asynchronously executes a request using the Explain API. -
Uses of ExplainResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type ExplainResponse Modifier and Type Method Description ActionFuture<ExplainResponse>AbstractClient. explain(ExplainRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type ExplainResponse Modifier and Type Method Description voidAbstractClient. explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
-