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

Trait Implementations

impl Debug for TermsResult
[src]

Formats the value using the given formatter.