[SPEC] Added the routing and timeout params to bulk

This commit is contained in:
Clinton Gormley 2014-01-16 13:21:14 +01:00
parent bb19412122
commit e613ecf9b4
1 changed files with 8 additions and 0 deletions

View File

@ -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"