@resistdesign/voltra
    Preparing search index...

    Type Alias LossyCursorState

    Cursor state for lossy search pagination.

    type LossyCursorState = {
        lastDocId?: DocId;
        plan?: PlannerMetadata;
    }
    Index

    Properties

    Properties

    lastDocId?: DocId

    Last document id returned in the previous page.

    Planner metadata used to resume efficient paging.