Class IndexTemplateV2

java.lang.Object
org.elasticsearch.cluster.AbstractDiffable<IndexTemplateV2>
org.elasticsearch.cluster.metadata.IndexTemplateV2
All Implemented Interfaces:
Diffable<IndexTemplateV2>, Writeable, ToXContent, ToXContentObject

public class IndexTemplateV2
extends AbstractDiffable<IndexTemplateV2>
implements ToXContentObject
An index template is comprised of a set of index patterns, an optional template, and a list of ids corresponding to component templates that should be composed in order when creating a new index.