Skip to content

Instantly share code, notes, and snippets.

@rkroll
Created June 10, 2013 20:56
Show Gist options
  • Save rkroll/5752210 to your computer and use it in GitHub Desktop.
Save rkroll/5752210 to your computer and use it in GitHub Desktop.
Geopoint Calculation facet
{
"query" : {
"match_all" : { }
},
"facets" : {
"tag" : {
"terms" : {
"field" : "geopoint_calc_method",
"size" : 10
}
}
},
"size" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment