Learn R Programming

elasticsearch (version 0.1.0)

bulk: bulk

Description

Perform many index/delete operations in a single API call

Usage

bulk(client, ...)
"bulk"(client, body, index, type, consistency = NULL, replication = "sync", routing = NULL, refresh = FALSE, timeout = "1m", raw = FALSE, validate_params = TRUE)

Arguments

client
ElasticsearchClient
body
Json The request body
index
String The default index for the operations
type
String The default type for the operations
consistency
String Explicit write consistency setting for the operation
replication
String Explicit replication type setting
routing
String Specific routing value
refresh
Logical Refresh the index after performing the operation
timeout
Explicit operation timeout
raw
validate.params