Skip to content

Instantly share code, notes, and snippets.

@markokke
markokke / gist:3794693
Created September 27, 2012 15:37 — forked from kimchy/gist:995045
curl localhost:9200/_search -d '{
"query" : {
"filtered" : {
"query" : {"match_all" : {}},
"filter" : {
"and" : [
{
"range" : {
"file_size" : {"from" : 10, "to" : 10000}
}