Yet another change to preference - get requests also accept shard/node

This commit is contained in:
Clinton Gormley 2013-06-17 16:58:12 +02:00
parent 5106335a82
commit ca4d56f6e2
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
},
"preference": {
"type" : "string",
"description" : "Specify the shard the operation should be performed on (default: random shard)"
"description" : "Specify the node or shard the operation should be performed on (default: random)"
},
"realtime": {
"type" : "boolean",

View File

@ -33,7 +33,7 @@
},
"preference": {
"type" : "string",
"description" : "Specify the shard the operation should be performed on (default: random shard)"
"description" : "Specify the node or shard the operation should be performed on (default: random)"
},
"realtime": {
"type" : "boolean",

View File

@ -26,7 +26,7 @@
},
"preference": {
"type" : "string",
"description" : "Specify the shard the operation should be performed on (default: random shard)"
"description" : "Specify the node or shard the operation should be performed on (default: random)"
},
"realtime": {
"type" : "boolean",