Class DynamicTemplate


  • public class DynamicTemplate
    extends Object
    An object representing an Elasticsearch dynamic template.

    This is the inner object in the array of templates, wrapped in a NamedDynamicTemplate. See https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic-templates.html

    • Constructor Detail

      • DynamicTemplate

        public DynamicTemplate()
    • Method Detail

      • getMatchMappingType

        public String getMatchMappingType()
      • setMatchMappingType

        public void setMatchMappingType​(String matchMappingType)
      • getPathMatch

        public String getPathMatch()
      • setPathMatch

        public void setPathMatch​(String pathMatch)
      • getExtraAttributes

        public Map<String,​com.google.gson.JsonElement> getExtraAttributes()
      • setExtraAttributes

        public void setExtraAttributes​(Map<String,​com.google.gson.JsonElement> extraAttributes)