Update migrate_2_0.asciidoc
Fixed bad heading levels in breaking changes
This commit is contained in:
parent
0c61ea803d
commit
5146cf6256
|
@ -109,7 +109,7 @@ Some query builders have been removed or renamed:
|
|||
* `filtered(...)` removed. Use `filteredQuery(...)` instead.
|
||||
* `inQuery(...)` removed.
|
||||
|
||||
==== Aggregations
|
||||
=== Aggregations
|
||||
|
||||
The `date_histogram` aggregation now returns a `Histogram` object in the response, and the `DateHistogram` class has been removed. Similarly
|
||||
the `date_range`, `ipv4_range`, and `geo_distance` aggregations all return a `Range` object in the response, and the `IPV4Range`, `DateRange`,
|
||||
|
@ -146,7 +146,7 @@ The `parent` parameter has been removed from the update request. Before 2.x it j
|
|||
`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