Skip to content

Instantly share code, notes, and snippets.

@adambisek
Created July 18, 2013 10:45
Show Gist options
  • Save adambisek/6028390 to your computer and use it in GitHub Desktop.
Save adambisek/6028390 to your computer and use it in GitHub Desktop.
{
"query": {
"bool": {
"must": [
{
"term": {
"country": "CZ"
}
},
{
"term": {
"tag": "brands"
}
}
]
}
},
"sort": {
"local_fans": {
"order": "desc"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment