Struct rs_es::query::full_text::MultiMatchQuery
[−]
[src]
pub struct MultiMatchQuery { // some fields omitted }
Multi Match Query
Methods
impl MultiMatchQuery
[src]
fn with_type<T: Into<MatchQueryType>>(self, val: T) -> Self
fn with_tie_breaker<T: Into<f64>>(self, val: T) -> Self
fn with_analyzer<T: Into<String>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_operator<T: Into<String>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn with_fuzziness<T: Into<Fuzziness>>(self, val: T) -> Self
fn with_prefix_length<T: Into<u64>>(self, val: T) -> Self
fn with_max_expansions<T: Into<u64>>(self, val: T) -> Self
fn with_rewrite<T: Into<String>>(self, val: T) -> Self
fn with_zero_terms_query<T: Into<ZeroTermsQuery>>(self, val: T) -> Self
fn with_cutoff_frequency<T: Into<f64>>(self, val: T) -> Self
fn with_slop<T: Into<i64>>(self, val: T) -> Self
fn with_highlight<T: Into<Highlight>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for MultiMatchQuery
[src]
impl Default for MultiMatchQuery
[src]
fn default() -> MultiMatchQuery
Returns the "default value" for a type. Read more