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

    Type Alias SortByRelevancy

    Uses standard index ranking factors (adjacency, TDIDF) and custom ranking expressions (QREs and QRFs) to compute a ranking score for each query result item, and sorts the query results by descending score value.

    type SortByRelevancy = {
        by: Relevancy;
    }
    Index

    Properties

    Properties