Struct rs_es::query::compound::BoostingQuery
[−]
[src]
pub struct BoostingQuery { // some fields omitted }
Boosting query
Methods
impl BoostingQuery
[src]
fn with_positive<T: Into<Query>>(self, val: T) -> Self
fn with_negative<T: Into<Query>>(self, val: T) -> Self
fn with_negative_boost<T: Into<f64>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for BoostingQuery
[src]
impl Default for BoostingQuery
[src]
fn default() -> BoostingQuery
Returns the "default value" for a type. Read more