Skip to content

Terms🔗

Definition🔗

export interface Terms {
    field?: string;
    id: string;
    type: elasticsearch.BucketAggregationType.Terms;
    settings?: {
        order?: elasticsearch.TermsOrder;
        size?: string;
        min_doc_count?: string;
        orderBy?: string;
        missing?: string;
    };
}

See also🔗