Docs: Clarify that refresh on update just refreshes the relevant shards
This commit is contained in:
parent
3bda779336
commit
46cda7db09
|
@ -208,9 +208,9 @@ including:
|
||||||
|
|
||||||
`consistency`:: The write consistency of the index/delete operation.
|
`consistency`:: The write consistency of the index/delete operation.
|
||||||
|
|
||||||
`refresh`:: Refresh the index immediately after the operation occurs,
|
`refresh`:: Refresh the relevant primary and replica shards (not the whole
|
||||||
so that the updated document appears in search results
|
index) immediately after the operation occurs, so that the
|
||||||
immediately.
|
updated document appears in search results immediately.
|
||||||
|
|
||||||
`fields`:: return the relevant fields from the updated document.
|
`fields`:: return the relevant fields from the updated document.
|
||||||
Support `_source` to return the full updated
|
Support `_source` to return the full updated
|
||||||
|
|
Loading…
Reference in New Issue