@resistdesign/voltra
    Preparing search index...

    Type Alias ExactDdbKey

    DynamoDB key shape for exact postings items.

    type ExactDdbKey = {
        docId: DocId;
        indexField: string;
        token: string;
    }
    Index

    Properties

    docId: DocId

    Document id containing the token.

    indexField: string

    Field name the token was indexed under.

    token: string

    Token value stored in the exact index.