SecondRank

更新时间:
复制 MD 格式

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

FieldTypeDescription
idStringThe ID of the expression. Returned in responses only.
nameStringThe name of the fine sort expression.
metaStringAn expression composed of fields, feature functions, and mathematical functions that defines the sort logic.
activeBooleanSpecifies whether the fine sort expression is active.
descriptionStringThe description of the expression.
isDefaultStringSpecifies whether the expression is the default one. Returned in responses only. Valid values: true | false
isSysStringSpecifies whether the expression is a system expression. Returned in responses only. Valid values: true | false