@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredTermIndexKey

    DynamoDB key shape for term index entries.

    type StructuredTermIndexKey = {
        docId: DocId;
        termKey: string;
    }
    Index

    Properties

    Properties

    docId: DocId

    Document id containing the term.

    termKey: string

    Partition key for term index entries.