Skip to content

Instantly share code, notes, and snippets.

@anam-hossain
Created June 24, 2018 11:26
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 anam-hossain/fbb4f55f2cb20833173f1f647e730d9c to your computer and use it in GitHub Desktop.
Save anam-hossain/fbb4f55f2cb20833173f1f647e730d9c to your computer and use it in GitHub Desktop.
Must query
{
"query" : {
"bool" : {
"must": [{
"match": {
"make": "Audi"
}
}, {
"match": {
"model": "A6"
}
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment