Skip to main content

@terascope/types / elasticsearch-interfaces / AggregationsTermsAggregate

Interface: AggregationsTermsAggregate<TKey>

Extends

Type parameters

Type parameterValue
TKeyunknown

Properties

buckets

buckets: TKey[]

Inherited from

AggregationsMultiBucketAggregate.buckets

Source

elasticsearch-interfaces.ts:2712


doc_count_error_upper_bound

doc_count_error_upper_bound: number

Source

elasticsearch-interfaces.ts:2693


meta?

optional meta: Record<string, any>

Inherited from

AggregationsMultiBucketAggregate.meta

Source

elasticsearch-interfaces.ts:2716


sum_other_doc_count

sum_other_doc_count: number

Source

elasticsearch-interfaces.ts:2694