Struct rs_es::operations::search::aggregations::TermsResult [] [src]

pub struct TermsResult {
    pub doc_count_error_upper_bound: u64,
    pub sum_other_doc_count: u64,
    pub buckets: Vec<TermsBucketResult>,
}

Fields

doc_count_error_upper_bound
sum_other_doc_count
buckets

Trait Implementations

Derived Implementations

impl Debug for TermsResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result