Class ComposableIndexTemplate

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

public class ComposableIndexTemplate extends Object implements SimpleDiffable<ComposableIndexTemplate>, ToXContentObject
An index template consists 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.