From bad1d772416905169d64b7be116a91914186f80b Mon Sep 17 00:00:00 2001 From: "skalapurakkel@oreilly.com" Date: Tue, 2 Dec 2014 21:36:35 +0000 Subject: [PATCH] Edited 402_Nested/32_Nested_query.asciidoc with Atlas code editor --- 402_Nested/32_Nested_query.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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. - -**************************************** +====