bulk: bulk

Description Usage Arguments

Description

Perform many index/delete operations in a single API call

Usage

1
2
3
4
5
6
bulk(client, ...)

## S3 method for class 'elasticsearch'
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

tomesch/elasticsearch documentation built on May 31, 2019, 6:11 p.m.