Class ExistsTypeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsTypeRequest
Deprecated.
7.0.0
Returns information about whether a particular document type exists.
(DEPRECATED)
- 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<ExistsTypeRequest,BooleanResponse, ErrorResponse> Deprecated.Endpoint "indices.exists_type". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanDeprecated.Whether to ignore if a wildcard indices expression resolves into no concrete indices.final List<ExpandWildcard>Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.final BooleanDeprecated.Whether specified concrete indices should be ignored when unavailable (missing or closed)index()Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesfinal Booleanlocal()Deprecated.Return local information, do not retrieve the state from master node (default: false)static ExistsTypeRequestDeprecated.type()Deprecated.Required - A comma-separated list of document types to checkMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "indices.exists_type".
-
-
Method Details
-
of
public static ExistsTypeRequest of(Function<ExistsTypeRequest.Builder, ObjectBuilder<ExistsTypeRequest>> fn) Deprecated. -
allowNoIndices
Deprecated.Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)API name:
allow_no_indices -
expandWildcards
Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcards -
index
Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesAPI name:
index -
local
Deprecated.Return local information, do not retrieve the state from master node (default: false)API name:
local -
type
Deprecated.Required - A comma-separated list of document types to checkAPI name:
type
-