Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface DocumentCoverageRow {
    ย ย ย ย dokId: string;
    ย ย ย ย coverageState:
    ย ย ย ย ย ย ย ย | "full_text"
    ย ย ย ย ย ย ย ย | "metadata_only"
    ย ย ย ย ย ย ย ย | "not_indexed"
    ย ย ย ย ย ย ย ย | "search_empty"
    ย ย ย ย ย ย ย ย | "fetch_error";
    ย ย ย ย retrieval: string;
    ย ย ย ย tool: string;
    ย ย ย ย resultCount: number;
    ย ย ย ย notes: string;
    }
    Index
    dokId: string
    coverageState:
    ย ย ย ย | "full_text"
    ย ย ย ย | "metadata_only"
    ย ย ย ย | "not_indexed"
    ย ย ย ย | "search_empty"
    ย ย ย ย | "fetch_error"
    retrieval: string
    tool: string
    resultCount: number
    notes: string