Struct rs_es::operations::search::aggregations::GeoHash
[−]
[src]
pub struct GeoHash<'a> { // some fields omitted }
Geohash aggregation
pub struct GeoHash<'a> { // some fields omitted }
Geohash aggregation
impl<'a> GeoHash<'a>
fn new(field: &'a str) -> GeoHash<'a>
fn with_precision<T: Into<u64>>(self, val: T) -> Self
fn with_size<T: Into<u64>>(self, val: T) -> Self
fn with_shard_size<T: Into<u64>>(self, val: T) -> Self
impl<'a> ToJson for GeoHash<'a>
impl<'a> Debug for GeoHash<'a>