Struct rs_es::query::MultiMatchQuery
[−]
[src]
pub struct MultiMatchQuery { // some fields omitted }
pub struct MultiMatchQuery { // some fields omitted }
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
impl ToJson for MultiMatchQuery
impl Debug for MultiMatchQuery