Skip to main content

multi_match

Function multi_match 

Source
pub fn multi_match<S, Sub>(
    query: impl Into<String>,
    fields: impl IntoIterator<Item = Text<S, Sub>>,
) -> 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.