Skip to content

Commit

Permalink
Edited 402_Nested/32_Nested_query.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
skalapurakkel committed Dec 2, 2014
1 parent f7c78e0 commit bad1d77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 402_Nested/32_Nested_query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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_&#x2014;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.
****************************************
====

0 comments on commit bad1d77

Please sign in to comment.