@resistdesign/voltra
    Preparing search index...

    Type Alias FullTextDdbWriterConfig

    Configuration for the DynamoDB fulltext writer.

    Table names are required and should be injected per deployment.

    type FullTextDdbWriterConfig = {
        client: DynamoBatchWriter;
        tables: FullTextTableNames;
    }
    Index

    Properties

    Properties

    DynamoDB client used for batch writes and gets.

    Table names for fulltext indexing storage.