Co-authored-by: homersimpsons <guillaume.alabre@gmail.com>
This commit is contained in:
parent
7a23c6b6ec
commit
95d7ce76ec
|
@ -150,7 +150,7 @@ follows:
|
|||
* plus `tie_breaker * _score` for all other matching fields
|
||||
|
||||
Also, accepts `analyzer`, `boost`, `operator`, `minimum_should_match`,
|
||||
`fuzziness`, `lenient`, `prefix_length`, `max_expansions`, `rewrite`, `zero_terms_query`,
|
||||
`fuzziness`, `lenient`, `prefix_length`, `max_expansions`, `fuzzy_rewrite`, `zero_terms_query`,
|
||||
`cutoff_frequency`, `auto_generate_synonyms_phrase_query` and `fuzzy_transpositions`,
|
||||
as explained in <<query-dsl-match-query, match query>>.
|
||||
|
||||
|
@ -244,7 +244,7 @@ The score from each `match` clause is added together, then divided by the
|
|||
number of `match` clauses.
|
||||
|
||||
Also, accepts `analyzer`, `boost`, `operator`, `minimum_should_match`,
|
||||
`fuzziness`, `lenient`, `prefix_length`, `max_expansions`, `rewrite`, `zero_terms_query`
|
||||
`fuzziness`, `lenient`, `prefix_length`, `max_expansions`, `fuzzy_rewrite`, `zero_terms_query`
|
||||
and `cutoff_frequency`, as explained in <<query-dsl-match-query,match query>>, but
|
||||
*see <<operator-min>>*.
|
||||
|
||||
|
@ -540,7 +540,7 @@ GET /_search
|
|||
The `analyzer`, `boost`, `operator`, `minimum_should_match`, `lenient`,
|
||||
`zero_terms_query`, and `auto_generate_synonyms_phrase_query` parameters as
|
||||
explained in <<query-dsl-match-query, match query>> are supported. The
|
||||
`fuzziness`, `prefix_length`, `max_expansions`, `rewrite`, and
|
||||
`fuzziness`, `prefix_length`, `max_expansions`, `fuzzy_rewrite`, and
|
||||
`fuzzy_transpositions` parameters are supported for the terms that are used to
|
||||
construct term queries, but do not have an effect on the prefix query
|
||||
constructed from the final term.
|
||||
|
|
Loading…
Reference in New Issue