enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface PdfFtsSyncReport

    Evidence-bearing counters from one PDF-to-FTS synchronization.

    interface PdfFtsSyncReport {
        added: number;
        complete: boolean;
        deleted: number;
        failed: number;
        skipped: number;
        total_chunks: number;
        unchanged: number;
        updated: number;
    }
    Index
    added: number

    Newly indexed PDF sources whose replacement transaction committed.

    complete: boolean

    True when the inventory was complete and every changed source either committed or was authoritatively empty.

    deleted: number

    Missing PDF sources whose retained rows were actually dropped.

    failed: number

    PDF sources whose read, extraction, page admission, or indexing failed.

    skipped: number

    Complete, readable PDFs with no extractable text; no indexed generation was retained.

    total_chunks: number

    Total physical chunks across Markdown and PDF kinds after this sync.

    unchanged: number

    Live PDF sources whose admitted mtime matched their retained generation.

    updated: number

    Previously known PDF sources whose replacement transaction committed.