Class IndicesExistsRequestBuilder
- java.lang.Object
-
- org.elasticsearch.action.ActionRequestBuilder<Request,Response>
-
- org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>
-
- org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
-
- org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
public class IndicesExistsRequestBuilder extends MasterNodeReadOperationRequestBuilder<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request
-
-
Constructor Summary
Constructors Constructor Description IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, java.lang.String... indices)
-
Method Summary
Modifier and Type Method Description IndicesExistsRequestBuildersetExpandWildcardsClosed(boolean expandWildcardsClosed)Controls whether wildcard expressions will be expanded to existing closed indicesIndicesExistsRequestBuildersetExpandWildcardsOpen(boolean expandWildcardsOpen)Controls whether wildcard expressions will be expanded to existing open indicesIndicesExistsRequestBuildersetIndices(java.lang.String... indices)-
Methods inherited from class org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
setLocal
-
Methods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
setMasterNodeTimeout, setMasterNodeTimeout
-
-
-
-
Constructor Detail
-
IndicesExistsRequestBuilder
public IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, java.lang.String... indices)
-
-
Method Detail
-
setIndices
public IndicesExistsRequestBuilder setIndices(java.lang.String... indices)
-
setExpandWildcardsOpen
public IndicesExistsRequestBuilder setExpandWildcardsOpen(boolean expandWildcardsOpen)
Controls whether wildcard expressions will be expanded to existing open indices
-
setExpandWildcardsClosed
public IndicesExistsRequestBuilder setExpandWildcardsClosed(boolean expandWildcardsClosed)
Controls whether wildcard expressions will be expanded to existing closed indices
-
-