Learn R Programming

elasticsearch (version 0.1.0)

indices.delete: indices.delete

Description

Delete an index in Elasticsearch

Usage

indices.delete(client, ...)
"indices.delete"(client, index = "_all", timeout = NULL, master_timeout = NULL, raw = FALSE, validate_params = TRUE)

Arguments

index
String The name of the index
timeout
Date, Number Explicit operation timeout
master_timeout
Date, Number Specify timeout for connection to master

Details

Delete_index Deletes data in an index.

References

http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#api-indices-delete

Examples

Run this code
index("twitter", "tweet")
index("twitter", "_all")

Run the code above in your browser using DataLab