Struct rs_es::query::CommonQuery
[−]
[src]
pub struct CommonQuery { // some fields omitted }
pub struct CommonQuery { // some fields omitted }
impl CommonQuery
fn with_cutoff_frequency<T: Into<f64>>(self, value: T) -> Self
fn with_low_freq_operator<T: Into<String>>(self, value: T) -> Self
fn with_high_freq_operator<T: Into<String>>(self, value: T) -> Self
fn with_minimum_should_match<T: Into<MinimumShouldMatch>>(self, value: T) -> Self
fn with_boost<T: Into<f64>>(self, value: T) -> Self
fn with_analyzer<T: Into<String>>(self, value: T) -> Self
fn with_disable_coord<T: Into<bool>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for CommonQuery
impl Debug for CommonQuery