Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Summary returned after a persistence run.

    interface PersistenceResult {
    ย ย ย ย written: number;
    ย ย ย ย skipped: number;
    ย ย ย ย dataRoot: string;
    }
    Index
    written: number

    Total logical records persisted.

    Note: a single logical record may produce multiple physical files or data/sidecar pairs (for example, votes written under both documents/votes/ and votes/{date}/), but it is counted once here.

    skipped: number

    Total null/empty entries skipped.

    dataRoot: string

    Root directory the data was written to.