@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredWriteContext

    Optional context supplied with a structured document write.

    type StructuredWriteContext = {
        deleted?: boolean;
        occupancyFields?: StructuredOccupancyFieldMap;
    }
    Index

    Properties

    deleted?: boolean

    True when this write removes the document rather than storing {}.

    occupancyFields?: StructuredOccupancyFieldMap

    All eligible scalar fields for the document type, including missing ones.