Struct rs_es::query::RangeQuery
[−]
[src]
pub struct RangeQuery { // some fields omitted }
pub struct RangeQuery { // some fields omitted }
impl RangeQuery
fn with_gte<T: Into<JsonVal>>(self, value: T) -> Self
fn with_gt<T: Into<JsonVal>>(self, value: T) -> Self
fn with_lte<T: Into<JsonVal>>(self, value: T) -> Self
fn with_lt<T: Into<JsonVal>>(self, value: T) -> Self
fn with_boost<T: Into<f64>>(self, value: T) -> Self
fn with_time_zone<T: Into<String>>(self, value: T) -> Self
fn with_format<T: Into<String>>(self, value: T) -> Self
fn build(self) -> Query
impl ToJson for RangeQuery
impl Debug for RangeQuery