Browse Source

Fix reference guide about the default value of min_should_match.

Adrien Grand 9 years ago
parent
commit
51d9574916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/bool-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/bool-query.asciidoc

@@ -16,7 +16,7 @@ contribute to the score.
 `must` the score of the query will be ignored.
 
 |`should` |The clause (query) should appear in the matching document. In
-a boolean query with no `must` clauses, one or more `should` clauses
+a boolean query with no `must` or `filter` clauses, one or more `should` clauses
 must match a document. The minimum number of should clauses to match can
 be set using the
 <<query-dsl-minimum-should-match,`minimum_should_match`>>