Class ShardStoresRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ShardStoresRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class ShardStoresRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • index

      @Nullable public java.util.List<java.lang.String> index()
      List of data streams, indices, and aliases used to limit the request.

      API name: index

    • allowNoIndices

      @Nullable public java.lang.Boolean allowNoIndices()
      If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices.

      API name: allow_no_indices

    • expandWildcards

      @Nullable public java.util.List<ExpandWildcardOptions> expandWildcards()
      Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.

      API name: expand_wildcards

    • ignoreUnavailable

      @Nullable public java.lang.Boolean ignoreUnavailable()
      If true, missing or closed indices are not included in the response.

      API name: ignore_unavailable

    • status

      @Nullable public java.util.List<ShardStatus> status()
      List of shard health statuses used to limit the request.

      API name: status