@qtsurfer/sdk
    Preparing search index...

    Type Alias SweepOrder

    SweepOrder: "ranked" | "natural"

    Which view of a sweep's rows to read: the display leaderboard, or every row in a stable order.

    • 'ranked' — the platform default. Sorted, and capped at a display limit; truncated on the result is true when the cap actually bit, in which case rows exist that this view does not carry. This is the view SweepRanking applies to.
    • 'natural' — every available row, untruncated, in deterministic runIx order. The view to read when materialising durable trial rows rather than showing a top-N, and the only way to reach rows the ranked view dropped — Sweep.results reads it off an existing sweep without re-running it. SweepRanking is ignored here and the response reports 'raw'; rank, plateau score and neighbour count belong to the ranked view and are not part of this one.