Improved description for the `prefer_local` parameter in the `_percolate` and `_analyze` APIs
This commit is contained in:
parent
60365ff08e
commit
57be0827e9
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"prefer_local": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether a local or random replica should be used (default: true)"
|
||||
"description" : "With `true`, specify that a local shard should be used if available, with `false`, use a random shard (default: true)"
|
||||
},
|
||||
"text": {
|
||||
"type" : "string",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"params": {
|
||||
"prefer_local": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether a local or random replica should be used (default: true)"
|
||||
"description" : "With `true`, specify that a local shard should be used if available, with `false`, use a random shard (default: true)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue