Struct rs_es::query::full_text::CommonQuery
[−]
[src]
pub struct CommonQuery(_);
Common terms query
pub struct CommonQuery(_);
Common terms query
impl CommonQuery[src]fn with_cutoff_frequency<T: Into<f64>>(self, val: T) -> Selffn with_low_freq_operator<T: Into<String>>(self, val: T) -> Selffn with_high_freq_operator<T: Into<String>>(self, val: T) -> Selffn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Selffn with_boost<T: Into<f64>>(self, val: T) -> Selffn with_analyzer<T: Into<String>>(self, val: T) -> Selffn with_disable_coord<T: Into<bool>>(self, val: T) -> Selffn build(self) -> Queryimpl Debug for CommonQuery[src]