Usage
docs_create(index, type, id, body, version = NULL, version_type = NULL,
op_type = NULL, routing = NULL, parent = NULL, timestamp = NULL,
ttl = NULL, refresh = NULL, timeout = NULL, callopts = list(), ...)
Arguments
index
(character) The name of the index. Required
type
(character) The type of the document. Required
id
(numeric) The document ID. Required
version
(character) Explicit version number for concurrency control
version_type
(character) Specific version type. One of internal, external,
external_gte, or force
op_type
(charcter) Operation type. One of create, or ...
routing
(charcter) Specific routing value
parent
(numeric) A parent document ID
timestamp
(date) Explicit timestamp for the document
ttl
(aka time to live) Expiration time for the document.
Expired documents will be expunged automatically. The expiration date that will be set for a
document with a provided ttl is relative to the timestamp of the document, meaning it can be
refresh
(logical) Refresh the index after performing the operation
timeout
(charcter) Explicit operation timeout, e.g,. 5m (for 5 minutes)
...
Further args to query DSL