@omnist-dev/omnist
    Preparing search index...

    Interface FinishWriteOptions

    Options for finishWrite: the standard strict/report handling.

    interface FinishWriteOptions {
        report?: WriteReport;
        strict?: boolean;
    }
    Index
    report?: WriteReport

    Optional WriteReport accumulator to collect adjustments into.

    strict?: boolean

    If true, throws WriteError if any adjustments occurred.