Class GetIndexTemplateRequest

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

public class GetIndexTemplateRequest
extends RequestBase
Returns an index template.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GetIndexTemplateRequest of​(java.util.function.Function<GetIndexTemplateRequest.Builder,​ObjectBuilder<GetIndexTemplateRequest>> fn)
    • flatSettings

      @Nullable public final java.lang.Boolean flatSettings()
      If true, returns settings in flat format.

      API name: flat_settings

    • includeTypeName

      @Nullable public final java.lang.Boolean includeTypeName()
      If true, a mapping type is expected in the body of mappings.

      API name: include_type_name

    • local

      @Nullable public final java.lang.Boolean local()
      If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.

      API name: local

    • masterTimeout

      @Nullable public final Time masterTimeout()
      Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

      API name: master_timeout

    • name

      @Nullable public final java.lang.String name()
      Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.

      API name: name