mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Add documentation for lenient in multimatch
`lenient` option is documented for `match` query but not for `multi_match` query.
This commit is contained in:
parent
d06a8903fd
commit
c946094d5b
@ -506,3 +506,10 @@ per-term `blended` queries. It accepts:
|
||||
===================================================
|
||||
The `fuzziness` parameter cannot be used with the `cross_fields` type.
|
||||
===================================================
|
||||
|
||||
[[multimatch-leniency]]
|
||||
==== Leniency
|
||||
|
||||
The `lenient` parameter can be set to `true` to ignore exceptions caused by
|
||||
data-type mismatches, such as trying to query a numeric field with a text
|
||||
query string. Defaults to `false`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user