mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
Fix reference guide about the default value of min_should_match.
This commit is contained in:
parent
ccb009e45f
commit
51d9574916
@ -16,7 +16,7 @@ contribute to the score.
|
|||||||
`must` the score of the query will be ignored.
|
`must` the score of the query will be ignored.
|
||||||
|
|
||||||
|`should` |The clause (query) should appear in the matching document. In
|
|`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
|
must match a document. The minimum number of should clauses to match can
|
||||||
be set using the
|
be set using the
|
||||||
<<query-dsl-minimum-should-match,`minimum_should_match`>>
|
<<query-dsl-minimum-should-match,`minimum_should_match`>>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user