Last active
June 26, 2018 11:27
-
-
Save anam-hossain/3150e34719957756f9f018bb98c237d4 to your computer and use it in GitHub Desktop.
must_not bool 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_not": [{ | |
"match": { | |
"make": "Toyota" | |
} | |
}] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment