Skip to content

Instantly share code, notes, and snippets.

@anam-hossain
Created June 25, 2018 11:49
Show Gist options
  • Save anam-hossain/adc7750c286de464d44db8990cbe626f to your computer and use it in GitHub Desktop.
Save anam-hossain/adc7750c286de464d44db8990cbe626f to your computer and use it in GitHub Desktop.
Bool should clause
{
"query" : {
"bool" : {
"should": [{
"match": {
"make": "Audi"
}
}, {
"match": {
"make": "Kia"
}
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment