From eb58dbe59236210d212c9da283dcf8cfba2de80a Mon Sep 17 00:00:00 2001 From: Fritz Date: Fri, 7 Dec 2018 16:11:12 +0900 Subject: [PATCH] Fix typo in bool query docs --- docs/reference/query-dsl/bool-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/bool-query.asciidoc b/docs/reference/query-dsl/bool-query.asciidoc index a7092aaaab113..cc814d7c05c9b 100644 --- a/docs/reference/query-dsl/bool-query.asciidoc +++ b/docs/reference/query-dsl/bool-query.asciidoc @@ -24,7 +24,7 @@ and clauses are considered for caching. the score. If the `bool` query is a <> or has neither `must` or `filter` then at least one of the `should` queries must match a document for it to match the `bool` query. This behavior may be -explicitly controlled by settings the +explicitly controlled by setting the <> parameter. |`must_not` |The clause (query) must not appear in the matching