@resistdesign/voltra
    Preparing search index...

    Type Alias ExactBatchReader

    Batch reader interface for exact token positions.

    type ExactBatchReader = {
        batchLoadExactPositions(
            keys: DocTokenKey[],
        ): Promise<(number[] | undefined)[]>;
    }
    Index

    Methods

    • Batch load exact positions for token keys.

      Parameters

      Returns Promise<(number[] | undefined)[]>

      Positions arrays aligned with the input keys.