Struct rs_es::query::term::RangeQuery   
                   
                       [−]
                   
               [src]
pub struct RangeQuery(_);
pub struct RangeQuery(_);
impl RangeQuery[src]fn with_gte<T: Into<JsonVal>>(self, val: T) -> Selffn with_gt<T: Into<JsonVal>>(self, val: T) -> Selffn with_lte<T: Into<JsonVal>>(self, val: T) -> Selffn with_lt<T: Into<JsonVal>>(self, val: T) -> Selffn with_boost<T: Into<f64>>(self, val: T) -> Selffn with_time_zone<T: Into<String>>(self, val: T) -> Selffn with_format<T: Into<String>>(self, val: T) -> Selffn build(self) -> Queryimpl Debug for RangeQuery[src]