European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface NetworkVotingSimilarityResult

    interface NetworkVotingSimilarityResult {
        dataSource: "DOCEO";
        edges: VotingSimilarityEdge[];
        rcvVotesInspected: number;
    }
    Index

    Properties

    dataSource: "DOCEO"

    Whether the result was served from DOCEO (always 'DOCEO' on success).

    Pairs with similarity ≥ minSimilarity and ≥ MIN_SHARED_DECISIVE_VOTES co-participations.

    rcvVotesInspected: number

    Number of DOCEO RCV records inspected.