Improved description for the `prefer_local` parameter in the `_percolate` and `_analyze` APIs

This commit is contained in:
Karel Minarik 2013-05-28 10:51:49 +02:00
parent 60365ff08e
commit 57be0827e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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)"
}
}
},