Struct rs_es::operations::search::aggregations::bucket::TermsResult
[−]
[src]
pub struct TermsResult { pub doc_count_error_upper_bound: u64, pub sum_other_doc_count: u64, pub buckets: Vec<TermsBucketResult>, }
Terms result
Fields
doc_count_error_upper_bound: u64
sum_other_doc_count: u64
buckets: Vec<TermsBucketResult>