SearchServiceManagerGetIndex Method |
Gets index from Azure Search service.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public Index GetIndex(
string indexName
)
Parameters
- indexName
- Type: SystemString
Name of index to be retrieved. The name must meet the service's requirements (e.g. lowercase string, no starting or trailing dash).
Return Value
Type:
IndexSee Also