Struct rs_es::query::GeoDistanceFilter
[−]
[src]
pub struct GeoDistanceFilter { // some fields omitted }
pub struct GeoDistanceFilter { // some fields omitted }
impl GeoDistanceFilter
fn with_distance_type<T: Into<DistanceType>>(self, value: T) -> Self
fn with_optimize_bbox<T: Into<OptimizeBbox>>(self, value: T) -> Self
fn with_cache<T: Into<bool>>(self, value: T) -> Self
fn with_cache_key<T: Into<String>>(self, value: T) -> Self
fn with_name<T: Into<String>>(self, value: T) -> Self
fn build(self) -> Filter
impl ToJson for GeoDistanceFilter
impl Debug for GeoDistanceFilter