TermsAggResult

fun <T> TermsAggResult(buckets: List<TermBucket<T>>, docCountErrorUpperBound: Long = 0, sumOtherDocCount: Long = 0)