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

    Interface ResultRankingInformation

    interface ResultRankingInformation {
        ranking: RankingInformation | null;
        result: Result;
    }
    Index

    Properties

    Properties

    ranking: RankingInformation | null

    The ranking information for the associated result.

    result: Result

    The result.