Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Facets: Numeric Statistical Facets #212

Closed
kimchy opened this issue Jun 7, 2010 · 1 comment
Closed

Search Facets: Numeric Statistical Facets #212

kimchy opened this issue Jun 7, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Jun 7, 2010

Support getting numeric statistical data (min, max, total, count) for numeric fields:

{
    "query" : {
        "match_all" : {  }
    },
    "facets" : {
        "test" : {
            "statistical" : {
                "field" : "my_numeric_field"
            },
            "global" : false
        }
    }
}
@kimchy
Copy link
Member Author

kimchy commented Jun 7, 2010

implemented.

mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…astic#212)

Allow Vladimir and Andre to access the generators as themselves

Approved-by: Andre Sodermans
costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
When metrics change this is usually caused by changes in one of these
components:

* Elasticsearch
* Rally
* Tracks
* Teams

We show the specific revisions for each of those components except for
Rally. With this commit we add the Rally version as well to the output.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant