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
setLocalMethods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
setMasterNodeTimeout, setMasterNodeTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestBuilder
execute, execute, get, get, get, requestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-