Skip to content

Instantly share code, notes, and snippets.

@nemosupremo
Created October 3, 2014 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemosupremo/d17e2aa067374970cb7d to your computer and use it in GitHub Desktop.
Save nemosupremo/d17e2aa067374970cb7d to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*",
"default_operator": "AND"
}
},
"filter": {
"term": {
"_source.metadata.name": "Jameson"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment