Numeric Range Query
A numeric range query finds documents containing a numeric value in the specified field within the specified range.
Define the endpoints using the fields min and max.
You can omit any one endpoint, but not both.
The inclusive_min and inclusive_max properties control whether or not the endpoints are included or excluded.
By default, min is inclusive and max is exclusive.
A numeric range Query is also demonstrated by means of the Java SDK, in Searching from the SDK.