Description Usage Arguments Details References Examples
Delete an index in Elasticsearch
1 2 3 4 5 6 | indices.delete(client, ...)
## S3 method for class 'elasticsearch'
indices.delete(client, index = "_all",
timeout = NULL, master_timeout = NULL, raw = FALSE,
validate_params = TRUE)
|
index |
String The name of the index |
timeout |
Date, Number Explicit operation timeout |
master_timeout |
Date, Number Specify timeout for connection to master |
Delete_index
Deletes data in an index.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.