@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMReindexStoredTypeConfig

    TypeInfoORMReindexStoredTypeConfig: TypeInfoORMReplaceIndexingConfig & {
        itemsPerPage?: number;
        previousItemsByPrimaryField?: Record<string, Partial<TypeInfoDataItem>>;
    }

    Options for reindexing all currently stored items of a type.

    Type Declaration

    • OptionalitemsPerPage?: number

      Maximum number of items to load per driver page.

    • OptionalpreviousItemsByPrimaryField?: Record<string, Partial<TypeInfoDataItem>>

      Optional previous snapshots keyed by primary field value.

      Use this when a schema/config change requires cleanup of previously indexed full-text fields before the current item is reindexed.