Create an index in Elasticsearch.
1 2 3 4 5 | indices.create(client, ...)
## S3 method for class 'elasticsearch'
indices.create(client, index, 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.