Uses of Class
org.elasticsearch.action.explain.ExplainRequest
-
Packages that use ExplainRequest Package Description org.elasticsearch.action.explain org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of ExplainRequest in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return ExplainRequest Modifier and Type Method Description ExplainRequestExplainRequest. fetchSourceContext(FetchSourceContext context)Allows setting theFetchSourceContextfor this request, controlling if and how _source should be returned.ExplainRequestExplainRequest. filteringAlias(AliasFilter filteringAlias)ExplainRequestExplainRequest. id(String id)ExplainRequestExplainRequest. parent(String parent)Simple sets the routing.ExplainRequestExplainRequest. preference(String preference)ExplainRequestExplainRequest. query(QueryBuilder query)ExplainRequestExplainRequest. routing(String routing)ExplainRequestExplainRequest. storedFields(String[] fields)ExplainRequestExplainRequest. type(String type)Deprecated.Types are in the process of being removed.Methods in org.elasticsearch.action.explain with parameters of type ExplainRequest 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)protected StringTransportExplainAction. getExecutor(ExplainRequest request, ShardId shardId)protected booleanTransportExplainAction. resolveIndex(ExplainRequest request)protected ExplainResponseTransportExplainAction. shardOperation(ExplainRequest request, ShardId shardId) -
Uses of ExplainRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ExplainRequest Modifier and Type Method Description ActionFuture<ExplainResponse>Client. explain(ExplainRequest request)Computes a score explanation for the specified request.voidClient. explain(ExplainRequest request, ActionListener<ExplainResponse> listener)Computes a score explanation for the specified request.ExplainResponseRestHighLevelClient. explain(ExplainRequest explainRequest, RequestOptions options)Executes a request using the Explain API.CancellableRestHighLevelClient. explainAsync(ExplainRequest explainRequest, RequestOptions options, ActionListener<ExplainResponse> listener)Asynchronously executes a request using the Explain API. -
Uses of ExplainRequest in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support with parameters of type ExplainRequest Modifier and Type Method Description ActionFuture<ExplainResponse>AbstractClient. explain(ExplainRequest request)voidAbstractClient. explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
-