Uses of Class
org.elasticsearch.action.explain.ExplainRequest

Packages that use ExplainRequest
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of ExplainRequest in org.elasticsearch.action.explain
 

Methods in org.elasticsearch.action.explain that return ExplainRequest
 ExplainRequest ExplainRequest.fields(String[] fields)
           
 ExplainRequest ExplainRequest.id(String id)
           
 ExplainRequest ExplainRequest.index(String index)
           
 ExplainRequest ExplainRequest.listenerThreaded(boolean threadedListener)
           
protected  ExplainRequest TransportExplainAction.newRequest()
           
 ExplainRequest ExplainRequest.operationThreaded(boolean threadedOperation)
           
 ExplainRequest ExplainRequest.parent(String parent)
          Simple sets the routing.
 ExplainRequest ExplainRequest.preference(String preference)
           
 ExplainRequest ExplainRequest.routing(String routing)
           
 ExplainRequest ExplainRequest.source(BytesReference source, boolean unsafe)
           
 ExplainRequest ExplainRequest.source(ExplainSourceBuilder sourceBuilder)
           
 ExplainRequest ExplainRequest.type(String type)
           
 

Methods in org.elasticsearch.action.explain with parameters of type ExplainRequest
protected  ClusterBlockException TransportExplainAction.checkGlobalBlock(ClusterState state, ExplainRequest request)
           
protected  ClusterBlockException TransportExplainAction.checkRequestBlock(ClusterState state, ExplainRequest request)
           
protected  void TransportExplainAction.resolveRequest(ClusterState state, ExplainRequest request)
           
protected  ExplainResponse TransportExplainAction.shardOperation(ExplainRequest request, int shardId)
           
protected  ShardIterator TransportExplainAction.shards(ClusterState state, ExplainRequest request)
           
 

Uses of ExplainRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client with parameters of type ExplainRequest
 ActionFuture<ExplainResponse> Client.explain(ExplainRequest request)
          Computes a score explanation for the specified request.
 void Client.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
          Computes a score explanation for the specified request.
 

Uses of ExplainRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type ExplainRequest
 ActionFuture<ExplainResponse> AbstractClient.explain(ExplainRequest request)
           
 void AbstractClient.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
           
 

Uses of ExplainRequest in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport with parameters of type ExplainRequest
 ActionFuture<ExplainResponse> TransportClient.explain(ExplainRequest request)
           
 void TransportClient.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.