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) -> Self
fn with_cutoff_frequency<T: Into<f64>>(self, val: T) -> Self
fn with_lenient<T: Into<bool>>(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_slop<T: Into<i64>>(self, val: T) -> Self
fn with_highlight<T: Into<Highlight>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for MatchQuery
[src]