Uses of Class
org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
Packages that use ClusterSearchShardsRequest Package Description org.elasticsearch.action.admin.cluster.shards org.elasticsearch.client -
-
Uses of ClusterSearchShardsRequest in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return ClusterSearchShardsRequest Modifier and Type Method Description ClusterSearchShardsRequestClusterSearchShardsRequest. indices(String... indices)Sets the indices the search will be executed on.ClusterSearchShardsRequestClusterSearchShardsRequest. indicesOptions(IndicesOptions indicesOptions)ClusterSearchShardsRequestClusterSearchShardsRequest. preference(String preference)Sets the preference to execute the search.ClusterSearchShardsRequestClusterSearchShardsRequest. routing(String routing)A comma separated list of routing values to control the shards the search will be executed on.ClusterSearchShardsRequestClusterSearchShardsRequest. routing(String... routings)The routing values to control the shards that the search will be executed on.Methods in org.elasticsearch.action.admin.cluster.shards with parameters of type ClusterSearchShardsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportClusterSearchShardsAction. checkBlock(ClusterSearchShardsRequest request, ClusterState state)protected voidTransportClusterSearchShardsAction. masterOperation(ClusterSearchShardsRequest request, ClusterState state, ActionListener<ClusterSearchShardsResponse> listener) -
Uses of ClusterSearchShardsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClusterSearchShardsRequest Modifier and Type Method Description static ClusterSearchShardsRequestRequests. clusterSearchShardsRequest()List all shards for the give searchstatic ClusterSearchShardsRequestRequests. clusterSearchShardsRequest(String... indices)List all shards for the give searchMethods in org.elasticsearch.client with parameters of type ClusterSearchShardsRequest Modifier and Type Method Description ActionFuture<ClusterSearchShardsResponse>ClusterAdminClient. searchShards(ClusterSearchShardsRequest request)Returns list of shards the given search would be executed on.voidClusterAdminClient. searchShards(ClusterSearchShardsRequest request, ActionListener<ClusterSearchShardsResponse> listener)Returns list of shards the given search would be executed on.
-