| Attributes |
| Name | Required | Request-time | Type | Description |
| field | true | false | java.lang.String | Field name. |
| from | true | true | java.lang.String | Starting value of the range. |
| to | false | true | java.lang.String | Ending value of the range. |
| inclusive | false | true | java.lang.String | If the range is inclusive |
| required | false | true | java.lang.String |
Set to "true" means that documents which do not match
this sub-query will not be retrieved
|
| prohibited | false | true | java.lang.String |
Set to "true" means that documents which do match this
sub-query will not be retrieved
|