Skip to content

Instantly share code, notes, and snippets.

@Kinghack
Created March 27, 2014 03:06
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 Kinghack/9799283 to your computer and use it in GitHub Desktop.
Save Kinghack/9799283 to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"match_all": {
}
},
"filter": {
"bool": {
"must": [
{
"term": {
"category": "ershouqiche"
}
},
{
"term": {
"status": "0"
}
},
{
"term": {
"area": "m30"
}
},
{
"term": {
"wanted": "0"
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment