Skip to content

Instantly share code, notes, and snippets.

@swarzech
Created April 1, 2015 21:24
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 swarzech/4e2bcdcc046587fb2845 to your computer and use it in GitHub Desktop.
Save swarzech/4e2bcdcc046587fb2845 to your computer and use it in GitHub Desktop.
Alias:
{
"baked_goods": {
"aliases": {
"cupcakes": {
"filter": {
"bool": {
"must": [{
"term": {
"recipe_id": 14135
}
}, {
"range": {
"baked_time": {
"lte": "now-0d"
}
}
}],
"must_not": [],
"should": []
}
}
}
}
}
}
Search Filter:
"filter": {
"bool": {
"must": [{
"term": {
"recipe_id": 14135
}
}, {
"range": {
"baked_time": {
"lte": "now-0d"
}
}
}],
"must_not": [],
"should": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment