Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Last active October 9, 2018 00:33
Show Gist options
  • Save antunesleo/4da1b1629d9316c4e5a301dcef56454a to your computer and use it in GitHub Desktop.
Save antunesleo/4da1b1629d9316c4e5a301dcef56454a to your computer and use it in GitHub Desktop.
GET movies/_search
{
"query": {
"match": {
"director": "Nolan"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment