すべてのプロダクト
Search
ドキュメントセンター

Tablestore:QueryFlowWeight

最終更新日:Dec 28, 2024

QueryFlowWeight は、クエリのウェイト構成を指定します。

データ構造

message QueryFlowWeight {
    optional string index_name = 1; // インデックス名
    optional int32 weight = 2; // ウェイト
}

パラメーター

必須

説明

index_name

string

はい

検索インデックスの名前。

weight

int32

はい

検索インデックスのウェイト。ソースインデックスとカナリーインデックスの累積ウェイトは 100 です。

関連操作

DescribeSearchIndex