Skip to content

Add average aggregation  #29

Open
Open
@mahdi-masa

Description

@mahdi-masa

consider the following elastic query

`"aggs" => [
                "read_ratio_avg" => [
                    "avg" => [
                        "field" => "read-ratio",
                    ],
                ],
            ],
            "query" => [
                "bool" => [
                    "must" => [
                        [
                            "range" => [
                                "read-ratio" => [
                                    "gt" => 0,
                                ],
                            ],
                        ],
                        [
                            "match" => [
                                "url" => $hash,
                            ],
                        ],
                    ],
                ],
            ],`

your library handle every section of this query but there is no average aggregation in your library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions