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

    the on-disk (compact) index of a blob-only shard (no dictionary of its own; it shares a dictionary file)

    interface SigShardIndexWire {
        b: ByteRange[];
        n: number;
        p: Record<string, number>;
    }
    Index
    b n p
    n: number
    p: Record<string, number>