Statistics Query

Basic query for statistics

Basic statistic query format

query: query includes following options items below for grouping. Note: Either of distinct option or aggregate option must be given.

FILTER:

FILTER_OR:

{
    "query": {
        "distinct": ...,
        "aggregate": {...},
        "filter": [...],
        "filter_or": [...],
        "sort": {...},
        "limit":{...}
    }
}

Last updated