Struct rs_es::query::compound::FunctionScoreQuery
[−]
[src]
pub struct FunctionScoreQuery { // some fields omitted }
Function Score query
Methods
impl FunctionScoreQuery
[src]
fn with_query<T: Into<Query>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_max_boost<T: Into<f64>>(self, val: T) -> Self
fn with_score_mode<T: Into<ScoreMode>>(self, val: T) -> Self
fn with_boost_mode<T: Into<BoostMode>>(self, val: T) -> Self
fn with_min_score<T: Into<f64>>(self, val: T) -> Self
fn with_functions<A: Into<Vec<Function>>>(self, functions: A) -> Self
fn with_function<A: Into<Function>>(self, function: A) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for FunctionScoreQuery
[src]
impl Default for FunctionScoreQuery
[src]
fn default() -> FunctionScoreQuery
Returns the "default value" for a type. Read more