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
-
Constructor Summary
Constructors Constructor Description IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, java.lang.String... indices)
-
Method Summary
Modifier and Type Method Description IndicesExistsRequestBuilder
setExpandWildcardsClosed(boolean expandWildcardsClosed)
Controls whether wildcard expressions will be expanded to existing closed indicesIndicesExistsRequestBuilder
setExpandWildcardsOpen(boolean expandWildcardsOpen)
Controls whether wildcard expressions will be expanded to existing open indicesIndicesExistsRequestBuilder
setIndices(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 Details
-
IndicesExistsRequestBuilder
public IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, java.lang.String... indices)
-
-
Method Details
-
setIndices
-
setExpandWildcardsOpen
Controls whether wildcard expressions will be expanded to existing open indices -
setExpandWildcardsClosed
Controls whether wildcard expressions will be expanded to existing closed indices
-