Skip to content

Instantly share code, notes, and snippets.

@medcl
Created December 28, 2011 09:27
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 medcl/1527309 to your computer and use it in GitHub Desktop.
Save medcl/1527309 to your computer and use it in GitHub Desktop.
{
"from": 0,
"size": 5,
"query": {
"constant_score": {
"filter": {
"bool": {
"must": [
{
"numeric_range": {
"age": {
"from": "22",
"to": "25",
"include_lower": true,
"include_upper": true
}
},
"_cache": false
},
{
"numeric_range": {
"age": {
"from": "22",
"to": "25",
"include_lower": true,
"include_upper": true
}
},
"_cache": false
}
]
}
},
"boost": 1
}
},
"explain": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment