pub fn multi_match<S>(
query: impl Into<String>,
fields: impl IntoIterator<Item = Text<S>>,
) -> MultiMatchQuery<S>Expand description
A cross-field full-text query over several Text fields in the same scope.
Returns a MultiMatchQuery builder; weight individual fields with
Text::boosted.