@resistdesign/voltra
    Preparing search index...

    Variable lossyPostingsSchemaConst

    lossyPostingsSchema: {
        docIdAttribute: "docId";
        kindAttribute: "kind";
        partitionKey: "pk";
        sortKey: "sk";
    } = ...

    LossyPostings table PK: f#{indexField}#t#{token} SK: d#{docId}

    Type Declaration

    • ReadonlydocIdAttribute: "docId"

      Original document id retained so numeric identities preserve their type.

    • ReadonlykindAttribute: "kind"
    • ReadonlypartitionKey: "pk"

      Partition key attribute for lossy postings.

    • ReadonlysortKey: "sk"

      Sort key attribute for lossy postings.