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
ConstructorsConstructorDescriptionIndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, String... indices) -
Method Summary
Modifier and TypeMethodDescriptionsetExpandWildcardsClosed(boolean expandWildcardsClosed)Controls whether wildcard expressions will be expanded to existing closed indicessetExpandWildcardsOpen(boolean expandWildcardsOpen)Controls whether wildcard expressions will be expanded to existing open indicessetIndices(String... indices)Methods inherited from class org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
setLocalMethods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
setMasterNodeTimeout, setMasterNodeTimeout
-
Constructor Details
-
IndicesExistsRequestBuilder
public IndicesExistsRequestBuilder(ElasticsearchClient client, IndicesExistsAction action, 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
-