@coveo/headless
    Preparing search index...

    Interface ResultRankingInformation

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

    Properties

    Properties

    ranking: null | RankingInformation

    The ranking information for the associated result.

    result: Result

    The result.