Created
June 25, 2018 11:49
-
-
Save anam-hossain/adc7750c286de464d44db8990cbe626f to your computer and use it in GitHub Desktop.
Bool should clause
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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