Skip to content

Instantly share code, notes, and snippets.

@chrismale
chrismale / gist:4115758
Created November 20, 2012 03:26
ElasticSearch DSL and NumericRangeQuery
{
"filtered" : {
"query" : {
"query_string" : {
"query" : "YOUR_QUERY_STRING"
}
},
"filter" : {
"numeric_range" : {
"from" : "LOWER_END",