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) -> Self
fn with_low_freq_operator<T: Into<String>>(self, val: T) -> Self
fn with_high_freq_operator<T: Into<String>>(self, val: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_analyzer<T: Into<String>>(self, val: T) -> Self
fn with_disable_coord<T: Into<bool>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for CommonQuery
[src]