Struct rs_es::query::BoostingQuery
[−]
[src]
pub struct BoostingQuery { // some fields omitted }
pub struct BoostingQuery { // some fields omitted }
impl BoostingQuery
fn with_positive<T: Into<Box<Query>>>(self, value: T) -> Self
fn with_negative<T: Into<Box<Query>>>(self, value: T) -> Self
fn with_negative_boost<T: Into<f64>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for BoostingQuery
impl Debug for BoostingQuery