Trevixal API
    Preparing search index...

    Interface ImportContext

    The schema an importer must produce nodes for, plus the document an HTML-based importer would parse against: absent outside a browser.

    interface ImportContext {
        document?: Document;
        schema: Schema;
    }
    Index
    document?: Document
    schema: Schema