Struct rs_es::query::DisMaxQuery [] [src]

pub struct DisMaxQuery {
    // some fields omitted
}

Methods

impl DisMaxQuery

fn with_tie_breaker<T: Into<f64>>(self, value: T) -> Self

fn with_boost<T: Into<f64>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for DisMaxQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for DisMaxQuery

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