@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMReplaceIndexingConfig

    Optional field overrides for manual index replacement/reindex operations.

    type TypeInfoORMReplaceIndexingConfig = {
        nextIndexFields?: string[];
        previousIndexFields?: string[];
    }
    Index

    Properties

    nextIndexFields?: string[]

    Indexed field name(s) to add for the next snapshot.

    previousIndexFields?: string[]

    Indexed field name(s) to remove from the previous snapshot.