mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
[SPEC] Added the routing and timeout params to bulk
This commit is contained in:
parent
bb19412122
commit
e613ecf9b4
@ -31,6 +31,14 @@
|
||||
"default" : "sync",
|
||||
"description" : "Explicitely set the replication type"
|
||||
},
|
||||
"routing": {
|
||||
"type" : "string",
|
||||
"description" : "Specific routing value"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"type": {
|
||||
"type" : "string",
|
||||
"description" : "Default document type for items which don't provide one"
|
||||
|
Loading…
x
Reference in New Issue
Block a user