public class IndicesExistsRequestBuilder extends MasterNodeReadOperationRequestBuilder<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
action, client, request| Constructor and Description |
|---|
IndicesExistsRequestBuilder(ElasticsearchClient client,
IndicesExistsAction action,
String... indices) |
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsRequestBuilder |
setIndices(String... indices) |
IndicesExistsRequestBuilder |
setIndicesOptions(IndicesOptions options)
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
setLocalsetMasterNodeTimeout, setMasterNodeTimeoutbeforeExecute, execute, execute, get, get, get, putHeader, requestpublic IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, String... indices)
public IndicesExistsRequestBuilder setIndices(String... indices)
public IndicesExistsRequestBuilder setIndicesOptions(IndicesOptions options)
For example indices that don't exist.
Copyright © 2009–2017. All rights reserved.