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

Statistical Facet: Allow to compute statistical facets on more than one field #436

Closed
kimchy opened this issue Oct 17, 2010 · 2 comments
Closed

Comments

@kimchy
Copy link
Member

kimchy commented Oct 17, 2010

Allow statistical facet to compute the numeric stats on more than one field. The format is simple:

{
    "query" : {
        "match_all" : {}
    },
    "facets" : {
        "stat1" : {
            "statistical" : {
                "fields" : ["num1", "num2"]
            }
        }
    }
}
@kimchy
Copy link
Member Author

kimchy commented Oct 17, 2010

Statistical Facet: Allow to compute statistical facets on more than one field, closed by 5d54e36.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
@ventralnet
Copy link

Any chance that this functionality could be added to the statistical terms facet?

ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
Update elasticsearch-xpack.yml
costin pushed a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Updated PR needed in the infra repo.
Related: elastic/infra@8a76f61
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

2 participants