pub fn combined_fields<S, Sub>(
query: impl Into<String>,
fields: impl IntoIterator<Item = Text<S, Sub>>,
) -> CombinedFieldsQuery<S>Expand description
Term-centric full-text across several fields, treating them as one combined
field (combined_fields).