The fine sort expression configured for a version of an OpenSearch application.
Example
{
"id": "890473",
"name": "lsh_second_1",
"meta": "cate_id > 0 and cate_id < 1000",
"active": true,
"description": "",
"isDefault": "true",
"isSys": "false"
}Structure
| Field | Type | Description |
|---|---|---|
| id | String | The ID of the expression. Returned in responses only. |
| name | String | The name of the fine sort expression. |
| meta | String | An expression composed of fields, feature functions, and mathematical functions that defines the sort logic. |
| active | Boolean | Specifies whether the fine sort expression is active. |
| description | String | The description of the expression. |
| isDefault | String | Specifies whether the expression is the default one. Returned in responses only. Valid values: true | false |
| isSys | String | Specifies whether the expression is a system expression. Returned in responses only. Valid values: true | false |
该文章对您有帮助吗?