Lines Matching full:template
11 * Elastica index template object.
20 * Index template name.
32 * Creates a new index template object.
34 * @param string $name Index template name
43 throw new InvalidException('Index template should be a scalar type');
49 * Deletes the index template.
63 * Creates a new index template with the given arguments.
81 * Checks if the given index template is already created.
97 * Returns the index template name.
107 * Returns index template client.
117 * Makes calls to the elasticsearch server based on this index template name.