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.

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