Class RecoveryRequest

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

public final class RecoveryRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • index

      @Nullable public java.util.List<java.lang.String> index()
      A comma-separated list of index names; use _all or empty string to perform the operation on all indices

      API name: index

    • activeOnly

      @Nullable public java.lang.Boolean activeOnly()
      Display only those recoveries that are currently on-going

      API name: active_only

    • detailed

      @Nullable public java.lang.Boolean detailed()
      Whether to display detailed information about shard recovery

      API name: detailed