Member Junction
    Preparing search index...

    A single file search result

    interface FileSearchResult {
        contentType: string;
        excerpt?: string;
        lastModified: Date;
        matchInFilename?: boolean;
        name: string;
        objectId?: string;
        path: string;
        relevance?: number;
        size: number;
    }
    Index

    Properties

    contentType: string

    MIME content type

    excerpt?: string

    Text excerpt showing the match

    lastModified: Date

    Last modification date

    matchInFilename?: boolean

    Whether the match was in the filename

    name: string

    File name

    objectId?: string

    Provider-specific object ID

    path: string

    Path to the file

    relevance?: number

    Relevance score (0-1)

    size: number

    File size in bytes