interface QueryRankingExpressionWeights {
    expression: string;
    score: number;
}

Properties

Properties

expression: string

The query ranking expression (QRE).

score: number

The score added by the query ranking expression (QRE).