interface QueryRankingExpression {
    expression: string;
    modifier: string;
}

Properties

Properties

expression: string

The query ranking expression (QRE).

modifier: string

The change to the ranking score applied by the query ranking expression (QRE).