Fixed minor typo
This commit is contained in:
parent
ebec4bdaf6
commit
97a066829c
|
@ -37,7 +37,6 @@ for the child type, but cannot be added before the child type.
|
||||||
==== `top_children` query removed
|
==== `top_children` query removed
|
||||||
|
|
||||||
The `top_children` query has been removed in favour of the `has_child` query.
|
The `top_children` query has been removed in favour of the `has_child` query.
|
||||||
It wasn't always faster than the `has_child` query and the was usually
|
It wasn't always faster than the `has_child` query and the results were usually
|
||||||
inaccurate. The total hits and any aggregations in the same search request
|
inaccurate. The total hits and any aggregations in the same search request
|
||||||
would be incorrect if `top_children` was used.
|
would be incorrect if `top_children` was used.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue