@resistdesign/voltra
    Preparing search index...

    Type Alias ExactS3Pointer

    Location of an exact postings object in S3.

    type ExactS3Pointer = {
        bucket: string;
        key: string;
    }
    Index

    Properties

    Properties

    bucket: string

    Bucket name containing the exact postings object.

    key: string

    Object key for the exact postings object.