Struct rs_es::operations::search::aggregations::bucket::GeohashGridBucketResult
[−]
[src]
pub struct GeohashGridBucketResult {
pub key: String,
pub doc_count: u64,
pub aggs: Option<AggregationsResult>,
}Fields
key: String
doc_count: u64
aggs: Option<AggregationsResult>