All Products
Search
Document Center

Tablestore:QueryFlowWeight

Last Updated:May 13, 2024

QueryFlowWeight specifies the weight configuration of the query.

Data structure

message QueryFlowWeight {
    optional string index_name = 1;
    optional int32 weight = 2;
}

Parameter

Type

Required

Description

index_name

string

Yes

The name of the search index.

weight

int32

Yes

The weight of the search index. The accumulated weight of the source index and canary index is 100.

Related operations

DescribeSearchIndex