[SPEC] Added the routing and timeout params to bulk
This commit is contained in:
parent
bb19412122
commit
e613ecf9b4
|
@ -31,6 +31,14 @@
|
||||||
"default" : "sync",
|
"default" : "sync",
|
||||||
"description" : "Explicitely set the replication type"
|
"description" : "Explicitely set the replication type"
|
||||||
},
|
},
|
||||||
|
"routing": {
|
||||||
|
"type" : "string",
|
||||||
|
"description" : "Specific routing value"
|
||||||
|
},
|
||||||
|
"timeout": {
|
||||||
|
"type" : "time",
|
||||||
|
"description" : "Explicit operation timeout"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Default document type for items which don't provide one"
|
"description" : "Default document type for items which don't provide one"
|
||||||
|
|
Loading…
Reference in New Issue