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

    Interface QueryRankingExpression

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

    Properties

    Properties

    expression: string

    The query ranking expression (QRE).

    modifier: string

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