Skip to content

ExtendedStats🔗

Definition🔗

export interface ExtendedStats {
    type: "extended_stats";
    settings?: {
        script?: elasticsearch.InlineScript;
        missing?: string;
        sigma?: string;
    };
    field?: string;
    id: string;
    meta?: any;
    hide?: boolean;
}

Methods🔗

No methods.

See also🔗