This would be the same as range filter except it accepts `gte` parameter. The output should be like this: ``` json { "range" : { "age" : { "gte" : 20 } } } ```
This would be the same as range filter except it accepts
gteparameter. The output should be like this:{ "range" : { "age" : { "gte" : 20 } } }