Skip to content

Instantly share code, notes, and snippets.

@medcl
Created December 28, 2011 09:28
Show Gist options
  • Save medcl/1527312 to your computer and use it in GitHub Desktop.
Save medcl/1527312 to your computer and use it in GitHub Desktop.
{
"from": 0,
"size": 5,
"query": {
"constant_score": {
"filter": {
"and": [
{
"term": {
"_tenantid": "100100"
}
},
{
"numeric_range": {
"age": {
"from": "22",
"to": "24",
"include_lower": false,
"include_upper": false
}
},
"_cache": false
}
],
"_cache": false
},
"boost": 1
}
},
"explain": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment