SecondRank

更新时间:
复制 MD 格式

Description

Specifies the fine sort information for an OpenSearch application version.

Example

{
  "id": "890473",
    "name": "lsh_second_1",
    "meta": "cate_id > 0 and cate_id < 1000",
    "active": true,
    "description": "",
  "isDefault": "true",
  "isSys": "false"
}

Structure

Name

Type

Description

id

String

The ID. This parameter is returned in the response and is not used as an input parameter.

name

String

The name.

meta

String

The fine sort expression. Write expressions that contain fields, scoring features, and mathematical functions to implement complex sorting logic.

active

Boolean

Specifies whether to set this as the default expression.

description

String

The description.

isDefault

String

Indicates whether this is the default expression. This parameter is returned in the response and is not used as an input parameter. Valid values: true and false.

isSys

String

Indicates whether this is a system expression. This parameter is returned in the response and is not used as an input parameter. Valid values: true and false.