We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
must_not
1 parent 5e38736 commit 66f3129Copy full SHA for 66f3129
docs/reference/query-dsl/bool-query.asciidoc
@@ -25,7 +25,9 @@ be set using the
25
parameter.
26
27
|`must_not` |The clause (query) must not appear in the matching
28
-documents.
+documents. Clauses are executed in <<query-filter-context,filter context>> meaning
29
+that scoring is ignored and clauses are considered for caching. Because scoring is
30
+ignored, a score of `0` for all documents is returned.
31
|=======================================================================
32
33
[IMPORTANT]
0 commit comments