Struct rs_es::query::MultiMatchQuery [] [src]

pub struct MultiMatchQuery {
    // some fields omitted
}

Methods

impl MultiMatchQuery

fn with_use_dis_max<T: Into<bool>>(self, value: T) -> Self

fn with_type<T: Into<MatchQueryType>>(self, value: T) -> Self

fn with_analyzer<T: Into<String>>(self, value: T) -> Self

fn with_boost<T: Into<f64>>(self, value: T) -> Self

fn with_operator<T: Into<String>>(self, value: T) -> Self

fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self

fn with_fuzziness<T: Into<Fuzziness>>(self, value: T) -> Self

fn with_prefix_length<T: Into<u64>>(self, value: T) -> Self

fn with_max_expansions<T: Into<u64>>(self, value: T) -> Self

fn with_rewrite<T: Into<String>>(self, value: T) -> Self

fn with_zero_terms_query<T: Into<ZeroTermsQuery>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for MultiMatchQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for MultiMatchQuery

fn fmt(&self, __arg_0: &mut Formatter) -> Result