Skip to content

Terms🔗

Definition🔗

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

Methods🔗

No methods.

See also🔗