Docs: Reverte migration docs mentioning parent removal from update request
Relates to #9612
This commit is contained in:
parent
8e302f1172
commit
ab3fa78ae0
|
@ -150,13 +150,7 @@ large, it is recommended to make it replicated to all nodes by setting
|
|||
`index.auto_expand_replicas: 0-all` in order to remove the network overhead as
|
||||
well.
|
||||
|
||||
=== Parent parameter on update request
|
||||
|
||||
The `parent` parameter has been removed from the update request. Before 2.x it just set the routing parameter. The
|
||||
`routing` setting should be used instead. The `parent` setting was confusing, because it had the impression that the parent
|
||||
a child documents points to can be changed but this is not true.
|
||||
|
||||
==== Delete by query
|
||||
=== Delete by query
|
||||
|
||||
The meaning of the `_shards` headers in the delete by query response has changed. Before version 2.0 the `total`,
|
||||
`successful` and `failed` fields in the header are based on the number of primary shards. The failures on replica
|
||||
|
|
Loading…
Reference in New Issue