@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Type Alias AggregationVerb

    AggregationVerb: "count" | "sum" | "average"

    Possible aggregation verbs.

    • count: Counts all the documents matching the query
    • sum: gets the sum of all the values in the field
    • average: averages the value in the field