Class ExistsTypeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsTypeRequest
@Deprecated public class ExistsTypeRequest extends RequestBase
Deprecated.
7.0.0
Returns information about whether a particular document type exists.
(DEPRECATED)
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsTypeRequest.BuilderDeprecated.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<ExistsTypeRequest,BooleanResponse,ErrorResponse>_ENDPOINTDeprecated.Endpoint "indices.exists_type". -
Method Summary
Modifier and Type Method Description java.lang.BooleanallowNoIndices()Deprecated.Whether to ignore if a wildcard indices expression resolves into no concrete indices.java.util.List<ExpandWildcard>expandWildcards()Deprecated.Whether to expand wildcard expression to concrete indices that are open, closed or both.java.lang.BooleanignoreUnavailable()Deprecated.Whether specified concrete indices should be ignored when unavailable (missing or closed)java.util.List<java.lang.String>index()Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesjava.lang.Booleanlocal()Deprecated.Return local information, do not retrieve the state from master node (default: false)static ExistsTypeRequestof(java.util.function.Function<ExistsTypeRequest.Builder,ObjectBuilder<ExistsTypeRequest>> fn)Deprecated.java.util.List<java.lang.String>type()Deprecated.Required - A comma-separated list of document types to checkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "indices.exists_type".
-
-
Method Details
-
of
public static ExistsTypeRequest of(java.util.function.Function<ExistsTypeRequest.Builder,ObjectBuilder<ExistsTypeRequest>> fn)Deprecated. -
allowNoIndices
@Nullable public final java.lang.Boolean 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
public final java.util.List<java.lang.String> index()Deprecated.Required - A comma-separated list of index names; use_allto check the types across all indicesAPI name:
index -
local
@Nullable public final java.lang.Boolean local()Deprecated.Return local information, do not retrieve the state from master node (default: false)API name:
local -
type
public final java.util.List<java.lang.String> type()Deprecated.Required - A comma-separated list of document types to checkAPI name:
type
-