Méthode |
Description |
|
__construct ( Client $client, string $name ) |
Creates a new index template object. |
|
create ( array $args = [] ) : Response |
Creates a new index template with the given arguments. |
|
delete ( ) : Response |
Deletes the index template. |
|
exists ( ) : boolean |
Checks if the given index template is already created. |
|
getClient ( ) : Client |
Returns index template client. |
|
getName ( ) : string |
Returns the index template name. |
|
request ( string $method, array $data = [] ) : Response |
Makes calls to the elasticsearch server based on this index template name. |
|