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. |