IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Other APIs in the Indices Namespace
editOther APIs in the Indices Namespace
editThere are a number of other APIs in the indices namespace that allow you to manage your elasticsearch indexes (add/remove templates, flush segments, close indexes, etc).
If you use an IDE with autocompletion, you should be able to easily explore the indices namespace by typing:
$client->indices()->
And perusing the list of available methods. Alternatively, browsing the \Elasticsearch\Namespaces\IndicesNamespace.php
file will show you the full list of available method calls (as well as parameter lists in the comments for each method).