Add documentation for lenient in multimatch

`lenient` option is documented for `match` query but not for `multi_match` query.
This commit is contained in:
David Pilato 2016-11-16 16:15:28 +01:00
parent d06a8903fd
commit c946094d5b
1 changed files with 7 additions and 0 deletions

View File

@ -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`.