@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredCursorState

    Cursor state for structured indexing paging.

    type StructuredCursorState = {
        backendToken?: string;
        lastDocId?: DocId;
    }
    Index

    Properties

    backendToken?: string

    Backend continuation token for paging.

    lastDocId?: DocId

    Last document id processed in the previous page.