Struct rs_es::query::functions::FieldValueFactor
[−]
[src]
pub struct FieldValueFactor { // some fields omitted }
Field value factor function
Methods
impl FieldValueFactor
[src]
fn with_factor<T: Into<f64>>(self, val: T) -> Self
fn with_modifier<T: Into<Modifier>>(self, val: T) -> Self
fn with_missing<T: Into<JsonVal>>(self, val: T) -> Self
fn build(self) -> Function
Trait Implementations
impl Debug for FieldValueFactor
[src]
impl Default for FieldValueFactor
[src]
fn default() -> FieldValueFactor
Returns the "default value" for a type. Read more