SearchServiceManagerCreateOrUpdateIndex Method |
Creates or updates index in Azure Search.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public void CreateOrUpdateIndex(
Index index
)
Parameters
- index
- Type: Index
Index to be created or updated. The Name of the index must meet the service's
requirements (e.g. lowercase string, no starting or trailing dash).
See Also