ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface CorpusEntry

    One cached product title plus the provenance needed to interpret a score.

    export interface CorpusEntry {
    title: string;
    supplier?: string;
    source: CorpusSource;
    /** The query that originally produced this cache entry (query cache only). */
    cachedQuery?: string;
    url?: string;
    }
    interface CorpusEntry {
        title: string;
        supplier?: string;
        source: CorpusSource;
        cachedQuery?: string;
        url?: string;
    }
    Index

    Properties

    title: string
    supplier?: string
    source: CorpusSource
    cachedQuery?: string

    The query that originally produced this cache entry (query cache only).

    url?: string