Skip to content

Instantly share code, notes, and snippets.

@oalders
Created March 13, 2014 13:49
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 oalders/9528837 to your computer and use it in GitHub Desktop.
Save oalders/9528837 to your computer and use it in GitHub Desktop.
{
"query": {
"match_all": {}
},
"filter": {
"and": [
{
"term": {
"name": "perl6"
}
},
{
"term": {
"directory": "true"
}
},
{
"term": {
"file.level": "0"
}
}
]
},
"fields": [
"release"
],
"size": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment