Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    A detected relationship between two documents

    interface DocumentLink {
        sourceId: string;
        targetId: string;
        type: DocumentLinkType;
        reason: string;
        confidence: number;
    }
    Index

    Properties

    sourceId: string

    dok_id of the source document

    targetId: string

    dok_id of the related document

    Nature of the relationship

    reason: string

    Human-readable explanation

    confidence: number

    Confidence score for this link (0–100)