diff --git a/402_Nested/32_Nested_query.asciidoc b/402_Nested/32_Nested_query.asciidoc index aebb23a1d..147bda3a8 100644 --- a/402_Nested/32_Nested_query.asciidoc +++ b/402_Nested/32_Nested_query.asciidoc @@ -77,14 +77,13 @@ GET /my_index/blogpost/_search <1> Give the root document the `_score` from the best-matching nested document. -**************************************** - +[NOTE] +==== A `nested` filter behaves much like a `nested` query, except that it doesn't accept the `score_mode` parameter. It can be used in _filter context_—such as inside a `filtered` query -- and it behaves like any other filter: it includes or excludes, but it doesn't score. While the results of the `nested` filter itself are not cached, the usual caching rules apply to the filter *inside* the `nested` filter. - -**************************************** +====