@resistdesign/voltra
    Preparing search index...

    Type Alias LossyS3Pointer

    Location of a lossy postings object in S3.

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

    Properties

    Properties

    bucket: string

    Bucket name containing the lossy postings object.

    key: string

    Object key for the lossy postings object.