Improved the preference description to distinguish get requests from search requests

This commit is contained in:
Clinton Gormley 2013-06-17 16:43:02 +02:00
parent 1ae0752d1a
commit 5106335a82
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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