All Products
Search
Document Center

OpenSearch:SecondRank

Last Updated:Oct 21, 2022

Description

The information about a fine sort expression that is 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. This parameter appears only in the response.

name

String

The name of the fine sort expression.

meta

String

You can define an expression that consists of fields, feature functions, and mathematical functions to implement complex sort logic.

active

Boolean

Indicates whether the fine sort expression is the default one.

description

String

The description of the expression.

isDefault

String

Indicates whether the expression is the default one. This parameter appears only in the response. Valid values:- true- false

isSys

String

Indicates whether the expression is a system expression. This parameter appears only in the response. Valid values:- true- false