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

    Interface Raw

    interface Raw {
        clickableuri?: string;
        collection?: string;
        connectortype?: string;
        date?: number;
        documenttype?: string;
        filetype?: string;
        language?: string[];
        objecttype?: string;
        parents?: string;
        permanentid?: string;
        size?: number;
        source?: string;
        sourcetype?: string;
        urihash: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Custom keys that depend on the documents in the index.

    Index

    Properties

    clickableuri?: string
    collection?: string
    connectortype?: string
    date?: number
    documenttype?: string
    filetype?: string
    language?: string[]
    objecttype?: string
    parents?: string
    permanentid?: string
    size?: number
    source?: string
    sourcetype?: string
    urihash: string