Uses of Class
org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Packages that use ClusterSearchShardsRequestBuilder Package Description org.elasticsearch.action.admin.cluster.shards org.elasticsearch.client -
-
Uses of ClusterSearchShardsRequestBuilder in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return ClusterSearchShardsRequestBuilder Modifier and Type Method Description ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setIndices(String... indices)Sets the indices the search will be executed on.ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal indices wildcard expressions.ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setPreference(String preference)Sets the preference to execute the search.ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setRouting(String routing)A comma separated list of routing values to control the shards the search will be executed on.ClusterSearchShardsRequestBuilderClusterSearchShardsRequestBuilder. setRouting(String... routing)The routing values to control the shards that the search will be executed on. -
Uses of ClusterSearchShardsRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClusterSearchShardsRequestBuilder Modifier and Type Method Description ClusterSearchShardsRequestBuilderClusterAdminClient. prepareSearchShards()Returns list of shards the given search would be executed on.ClusterSearchShardsRequestBuilderClusterAdminClient. prepareSearchShards(String... indices)Returns list of shards the given search would be executed on.
-