@resistdesign/voltra
    Preparing search index...

    Type Alias FullTextDdbWriterConfig

    Configuration for the DynamoDB fulltext writer.

    One table name is required and should be injected per deployment.

    type FullTextDdbWriterConfig = {
        client: DynamoBatchWriter;
        mutationCoordinator?: IndexMutationCoordinator;
        table: IndexTableConfig;
    }
    Index

    Properties

    DynamoDB client used for batch writes and gets.

    mutationCoordinator?: IndexMutationCoordinator

    Shared coordinator for compatible derived writes.

    Unified table for fulltext indexing storage.