Fixed minor typo

This commit is contained in:
Mark Walkom 2015-11-04 14:46:37 +11:00
parent ebec4bdaf6
commit 97a066829c
1 changed files with 1 additions and 2 deletions

View File

@ -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.