polyfractal/elasticsearch-inquisitor

Result for Aggregations

Opened this issue · 1 comments

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

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!