Skip to main content

CompanySearchReindexInput

Configuration for reindexing company search data to new index structures.

Specifies which index template should be used for data migration and reindexing operations. Used during system upgrades, performance optimizations, or when changing search index configurations.

input CompanySearchReindexInput {
template: CompanySearchIndexTemplate!
}

Fields

CompanySearchReindexInput.template ● CompanySearchIndexTemplate! non-null enum

Index template to use for the reindexing operation.

Defines the target index structure and configuration for migrating company search data. The reindexing process will use this template to create the new index with updated settings.

Member Of

companySearchCleanupOrphanedIndices mutation ● companySearchFixAliasWriteIndex mutation ● companySearchReindex mutation