Struct rs_es::operations::search::aggregations::bucket::GeohashGrid
[−]
[src]
pub struct GeohashGrid<'a> {
// some fields omitted
}Geohash aggregation
Methods
impl<'a> GeohashGrid<'a>[src]
fn new(field: &'a str) -> Self
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
Trait Implementations
impl<'a> Debug for GeohashGrid<'a>[src]
impl<'a> Default for GeohashGrid<'a>[src]
fn default() -> GeohashGrid<'a>
Returns the "default value" for a type. Read more