Class ExistsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsRequest
Returns information about whether a particular index exists.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ExistsRequest,BooleanResponse, ErrorResponse> Endpoint "indices.exists". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIgnore if a wildcard expression resolves to no concrete indices (default: false)final List<ExpandWildcard>Whether wildcard expressions should get expanded to open or closed indices (default: open)final BooleanReturn settings in flat format (default: false)final BooleanIgnore unavailable indexes (default: false)final BooleanWhether to return all default setting for each of the indices.index()Required - A comma-separated list of index namesfinal Booleanlocal()Return local information, do not retrieve the state from master node (default: false)static ExistsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.exists".
-
-
Method Details
-
of
-
allowNoIndices
Ignore if a wildcard expression resolves to no concrete indices (default: false)API name:
allow_no_indices -
expandWildcards
Whether wildcard expressions should get expanded to open or closed indices (default: open)API name:
expand_wildcards -
flatSettings
Return settings in flat format (default: false)API name:
flat_settings -
includeDefaults
Whether to return all default setting for each of the indices.API name:
include_defaults -
index
Required - A comma-separated list of index namesAPI name:
index -
local
Return local information, do not retrieve the state from master node (default: false)API name:
local
-