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.
|
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…
Reference in New Issue