Struct rs_es::query::DisMaxQuery
[−]
[src]
pub struct DisMaxQuery { // some fields omitted }
pub struct DisMaxQuery { // some fields omitted }
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
impl ToJson for DisMaxQuery
impl Debug for DisMaxQuery