Class ExistsRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsRequest

public class ExistsRequest
extends RequestBase
Returns information about whether a particular index exists.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ExistsRequest of​(java.util.function.Function<ExistsRequest.Builder,​ObjectBuilder<ExistsRequest>> fn)
    • 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 master node (default: false)

      API name: local