Skip to content

Commit

Permalink
Update has-parent-filter.asciidoc
Browse files Browse the repository at this point in the history
"This filter return child..." => This filter returns child...
  • Loading branch information
AndrewO authored and clintongormley committed Mar 30, 2014
1 parent 308f53e commit e11fb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/query-dsl/filters/has-parent-filter.asciidoc
Expand Up @@ -3,7 +3,7 @@

The `has_parent` filter accepts a query and a parent type. The query is
executed in the parent document space, which is specified by the parent
type. This filter return child documents which associated parents have
type. This filter returns child documents which associated parents have
matched. For the rest `has_parent` filter has the same options and works
in the same manner as the `has_child` filter.

Expand Down Expand Up @@ -57,4 +57,4 @@ in order to support fast lookups, so make sure there is enough memory for it.

The `has_parent` filter cannot be cached in the filter cache. The `_cache`
and `_cache_key` options are a no-op in this filter. Also any filter that
wraps the `has_parent` filter either directly or indirectly will not be cached.
wraps the `has_parent` filter either directly or indirectly will not be cached.

0 comments on commit e11fb26

Please sign in to comment.