Improved the preference description to distinguish get requests from search requests
This commit is contained in:
parent
1ae0752d1a
commit
5106335a82
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue