pub fn multi_match<S>( query: impl Into<String>, fields: impl IntoIterator<Item = Text<S>>, ) -> Query<S>
A cross-field full-text query over several Text fields in the same scope.
Text