@eagleoutice/flowr - v2.13.1
    Preparing search index...

    one shard within a SigDbManifest

    interface SigDbShardRef {
        dict?: string;
        hash: string;
        id: string;
        idx?: SigDbIndexWire | SigShardIndexWire;
        packages: number;
        path: string;
        shard?: SigDbShard;
        tier: SigDbTier;
        topN?: number;
        versions: number;
    }
    Index

    Properties

    dict?: string

    id of the shared dictionary this shard's blobs reindex into (see SigDbManifest.dicts)

    hash: string
    id: string

    stable id, e.g. current-top

    the shard's compact index embedded in the manifest (without its own meta/d -- those are shared). A reader routes and seeks from the manifest alone, needing only the .br files (no .idx sidecars).

    packages: number
    path: string

    path to the shard's .sigs.ndjson (relative to the manifest); the .br alongside is used when only it ships

    shard?: SigDbShard
    tier: SigDbTier
    topN?: number
    versions: number