Skip to content

Instantly share code, notes, and snippets.

@rikkit
Last active August 29, 2015 14:21
Show Gist options
  • Save rikkit/88c63d9e45870b96ea44 to your computer and use it in GitHub Desktop.
Save rikkit/88c63d9e45870b96ea44 to your computer and use it in GitHub Desktop.
filter
POST /index/type/_search
{
"query": {
"filtered": {
"filter": {
"term": {
"body": process.argv[2]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment