Skip to content

Instantly share code, notes, and snippets.

@anam-hossain
Last active June 26, 2018 11:27
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/3150e34719957756f9f018bb98c237d4 to your computer and use it in GitHub Desktop.
Save anam-hossain/3150e34719957756f9f018bb98c237d4 to your computer and use it in GitHub Desktop.
must_not bool query
{
"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