Struct rs_es::query::CommonQuery [] [src]

pub struct CommonQuery {
    // some fields omitted
}

Methods

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

Trait Implementations

impl ToJson for CommonQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for CommonQuery

fn fmt(&self, __arg_0: &mut Formatter) -> Result