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

Result for Aggregations #36

Open
amanmaharjan02 opened this issue Sep 1, 2014 · 1 comment
Open

Result for Aggregations #36

amanmaharjan02 opened this issue Sep 1, 2014 · 1 comment

Comments

@amanmaharjan02
Copy link

Can't I see results for aggregations.
eg.

{
 "query" : 
  { 
       "match_all": {}
  }, 
  "aggs" : {
     "amount_sum" : {
       "stats" :{
               "field" : "balance"
       }
     }
   }
}

screenshot from 2014-09-01 12 37 59

@polyfractal
Copy link
Owner

Yep, aggregations (and facets too) are currently not supported. That functionality was never built, since aggregation and facet structure is highly variable.

It's totally possible, I just never put the time in originally. PRs welcome though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants