Skip to content

Instantly share code, notes, and snippets.

@karmi
Created June 10, 2011 14:18
Show Gist options
  • Save karmi/1018913 to your computer and use it in GitHub Desktop.
Save karmi/1018913 to your computer and use it in GitHub Desktop.
curl "http://localhost:9200/insider/_search?pretty=true" -d '
{
"size" : 0,
"facets" : {
"tag" : {
"terms" : {
"field" : "url",
"script" : "term.replace(/(^http:\/\/[^\/]+).*/, \"$1\")"
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment