companySearchReindex
Reindex company data to a new search index.
Migrates all company data from the current index to a new index with updated configuration. This is typically used during system upgrades or when changing search index structure.
Possible errors:
- COMPANY_SEARCH_REINDEX_ERROR: Failed to reindex company data
companySearchReindex(
input: CompanySearchReindexInput!
): Boolean!
Arguments
companySearchReindex.input ● CompanySearchReindexInput! non-null input
Reindex configuration including source and target index settings.
Specifies the reindexing parameters and target index configuration for the data migration process.
Type
Boolean scalar
The Boolean scalar type represents true or false.