@coveo/headless-react
    Preparing search index...

    Interface QueryRankingExpressionWeights

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

    Properties

    Properties

    expression: string

    The query ranking expression (QRE).

    score: number

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