Struct rs_es::query::full_text::MatchQuery   
                   
                       [−]
                   
               [src]
pub struct MatchQuery(_);
Match query
pub struct MatchQuery(_);
Match query
impl MatchQuery[src]fn with_type<T: Into<MatchType>>(self, val: T) -> Selffn with_cutoff_frequency<T: Into<f64>>(self, val: T) -> Selffn with_lenient<T: Into<bool>>(self, val: T) -> Selffn with_analyzer<T: Into<String>>(self, val: T) -> Selffn with_boost<T: Into<f64>>(self, val: T) -> Selffn with_operator<T: Into<String>>(self, val: T) -> Selffn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Selffn with_fuzziness<T: Into<Fuzziness>>(self, val: T) -> Selffn with_prefix_length<T: Into<u64>>(self, val: T) -> Selffn with_max_expansions<T: Into<u64>>(self, val: T) -> Selffn with_rewrite<T: Into<String>>(self, val: T) -> Selffn with_zero_terms_query<T: Into<ZeroTermsQuery>>(self, val: T) -> Selffn with_slop<T: Into<i64>>(self, val: T) -> Selffn with_highlight<T: Into<Highlight>>(self, val: T) -> Selffn build(self) -> Queryimpl Debug for MatchQuery[src]