Struct rs_es::query::GeoShapeFilter
[−]
[src]
pub struct GeoShapeFilter { // some fields omitted }
pub struct GeoShapeFilter { // some fields omitted }
impl GeoShapeFilter
fn with_shape<T: Into<Shape>>(self, value: T) -> Self
fn with_indexed_shape<T: Into<IndexedShape>>(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 GeoShapeFilter
impl Debug for GeoShapeFilter