Created
June 24, 2018 11:26
-
-
Save anam-hossain/fbb4f55f2cb20833173f1f647e730d9c to your computer and use it in GitHub Desktop.
Must query
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" : { | |
"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