Class ExistsRequest


  • public class ExistsRequest
    extends RequestBase
    Returns information about whether a particular index exists.
    • Method Detail

      • allowNoIndices

        @Nullable
        public final java.lang.Boolean allowNoIndices()
        Ignore if a wildcard expression resolves to no concrete indices (default: false)

        API name: allow_no_indices

      • expandWildcards

        public final java.util.List<ExpandWildcard> expandWildcards()
        Whether wildcard expressions should get expanded to open or closed indices (default: open)

        API name: expand_wildcards

      • flatSettings

        @Nullable
        public final java.lang.Boolean flatSettings()
        Return settings in flat format (default: false)

        API name: flat_settings

      • ignoreUnavailable

        @Nullable
        public final java.lang.Boolean ignoreUnavailable()
        Ignore unavailable indexes (default: false)

        API name: ignore_unavailable

      • includeDefaults

        @Nullable
        public final java.lang.Boolean includeDefaults()
        Whether to return all default setting for each of the indices.

        API name: include_defaults

      • index

        public final java.util.List<java.lang.String> index()
        Required - A comma-separated list of index names

        API name: index

      • local

        @Nullable
        public final java.lang.Boolean local()
        Return local information, do not retrieve the state from cluster-manager node (default: false)

        API name: local