Correct the description for refresh
The refresh description should indicate that the affected shards are refreshed as opposed to the entire index. This was raised as a discrepancy on discuss (https://discuss.elastic.co/t/refresh-parameter-of-index-api/59008/2) on the .NET client that originates from code generated from the rest api spec. The description has been updated in master but should be updated for the 2.4.0 release.
This commit is contained in:
parent
f3f9b499ad
commit
863a199c42
|
@ -39,7 +39,7 @@
|
|||
"refresh": {
|
||||
"type" : "enum",
|
||||
"options": ["true", "false", "wait_for"],
|
||||
"description" : "If `true` then refresh the effected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
||||
"description" : "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
|
||||
},
|
||||
"routing": {
|
||||
"type" : "string",
|
||||
|
|
Loading…
Reference in New Issue