@resistdesign/voltra
    Preparing search index...

    Type Alias ExactDdbItem

    ExactDdbItem: ExactDdbKey & ExactDdbIdentity & {
        kind: typeof fullTextExactPosting;
        positions: number[];
    }

    DynamoDB item shape for exact postings entries.

    Type Declaration

    • kind: typeof fullTextExactPosting

      Logical record family in the unified table.

    • positions: number[]

      Token positions within the document.