Name | Type | Default value | Description |
---|---|---|---|
name | string | Unique sort name. | |
expr | string | Virtual expression to compare. | |
LSB | int | Position of the least significant bit to be considered. Applies to integer values only. | |
MSB | int | 63 | Position of the most significant bit to be considered. Applies to integer values only. |
limit | int | Maximum number of characters to use when matching string values. 0 means the entire string is used for matching. Applies to alphanumerical values only. | |
min | long | Minimum value needed for a the document to be returned by the query. Applies to integer and double values only. 0 means keep all documents. Discards documents with a value below the minimum. Keeps documents with undefined value for this field. | |
order | enum(asc, desc) | desc | Sort order Value can be null or one of • asc • desc |
active | boolean | True | Defines if the sort is applied by default. |