Hi @thiago, Sam asked me to look into adding this to your site as a theme component, and it should now be done. Here is a test:
GET _search?q=some text
POST /logstash-*/_search
{
"size": 100,
"query": { "match_all": {} },
"aggs": {
"price_avg": {
"avg": { "field": "price" }
}
}
}
If your PR for HighlightJS gets merged, let us know, we'll need to remove the theme component code I just added to support this here.