Skip to content

Instantly share code, notes, and snippets.

@robertogyn19
Created July 30, 2014 19:44
Show Gist options
  • Save robertogyn19/3dba337c11bdf90ce1f0 to your computer and use it in GitHub Desktop.
Save robertogyn19/3dba337c11bdf90ce1f0 to your computer and use it in GitHub Desktop.
ElasticSearch terms agg using script and _source
{
"aggs": {
"terms_agg": {
"terms": {
"script": "_source.sms.size()"
}
}
},
"size": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment