@resistdesign/voltra
    Preparing search index...

    Type Alias LossyPagingReader

    Reader interface that supports paging through lossy postings.

    type LossyPagingReader = {
        queryLossyPostingsPage(
            token: string,
            indexField: string,
            options?: LossyPostingsPageOptions,
        ): Promise<LossyPostingsPage>;
    }

    Implemented by

    Index

    Methods