parent
17fac6dad5
commit
f4a143d138
|
@ -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]]
|
||||||
|
|
Loading…
Reference in New Issue