Class GetTemplateRequest

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

public class GetTemplateRequest extends RequestBase
Returns an index template.
See Also:
  • Field Details

  • Method Details

    • of

    • flatSettings

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

      API name: flat_settings

    • includeTypeName

      @Nullable public final Boolean includeTypeName()
      Whether a type should be returned in the body of the mappings.

      API name: include_type_name

    • local

      @Nullable public final Boolean local()
      Return local information, do not retrieve the state from master node (default: false)

      API name: local

    • masterTimeout

      @Nullable public final Time masterTimeout()
      Explicit operation timeout for connection to master node

      API name: master_timeout

    • name

      public final List<String> name()
      The comma separated names of the index templates

      API name: name