@eagleoutice/flowr - v2.13.1
    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

    Properties

    b n p

    Properties

    n: number
    p: Record<string, number>