Uses of Class
org.elasticsearch.client.indices.CloseIndexRequest
-
Packages that use CloseIndexRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of CloseIndexRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type CloseIndexRequest Modifier and Type Method Description CloseIndexResponseIndicesClient. close(CloseIndexRequest closeIndexRequest, RequestOptions options)Closes an index using the Close Index API.CancellableIndicesClient. closeAsync(CloseIndexRequest closeIndexRequest, RequestOptions options, ActionListener<CloseIndexResponse> listener)Asynchronously closes an index using the Close Index API. -
Uses of CloseIndexRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return CloseIndexRequest Modifier and Type Method Description CloseIndexRequestCloseIndexRequest. indicesOptions(IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.CloseIndexRequestCloseIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return.
-