Class UpdateSettingsRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, AckedRequest, Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class UpdateSettingsRequest extends AcknowledgedRequest<UpdateSettingsRequest> implements IndicesRequest.Replaceable, org.elasticsearch.xcontent.ToXContentObject
Request for an update index settings action
  • Field Details

    • DEFAULT_INDICES_OPTIONS

      public static final IndicesOptions DEFAULT_INDICES_OPTIONS
  • Constructor Details

    • UpdateSettingsRequest

      public UpdateSettingsRequest(StreamInput in) throws IOException
      Throws:
      IOException
    • UpdateSettingsRequest

      public UpdateSettingsRequest()
    • UpdateSettingsRequest

      public UpdateSettingsRequest(String... indices)
      Constructs a new request to update settings for one or more indices
    • UpdateSettingsRequest

      public UpdateSettingsRequest(Settings settings, String... indices)
      Constructs a new request to update settings for one or more indices
  • Method Details