How to use different cuttoff_frequencey values in a multi_match?

is there a way to have different cuttoff_frequencey values for different fields in a multi_match? If yes, what is the syntax?

You can only specify one cuttoff_frequency parameter in a single multi-match query. If you need different values you'll have to have separate queries combined with a bool query.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.