Clarify refresh parameter in the `_bulk` API

See #11690
Closes #11691
This commit is contained in:
Boaz Leskes 2015-06-17 08:46:44 +02:00
parent 17fac6dad5
commit f4a143d138
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ The `refresh` parameter can be set to `true` in order to refresh the relevant
primary and replica shards immediately after the bulk operation has occurred primary and replica shards immediately after the bulk operation has occurred
and make it searchable, instead of waiting for the normal refresh interval to and make it searchable, instead of waiting for the normal refresh interval to
expire. Setting it to `true` can trigger additional load, and may slow down expire. Setting it to `true` can trigger additional load, and may slow down
indexing. indexing. Due to its costly nature, the `refresh` parameter is set on the bulk request level
and is not supported on each individual bulk item.
[float] [float]
[[bulk-update]] [[bulk-update]]