DocumentSearchablesRetrieverGetRelevantIndexes Method (String, String, String) |
Gets relevant indexes for given indexType, siteName and searchProvider.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public override IEnumerable<SearchIndexInfo> GetRelevantIndexes(
string indexType,
string siteName,
string searchProvider
)
Parameters
- indexType
- Type: SystemString
Defines object type that index covers. Indexes with IndexType that equals to this parameter are returned. - siteName
- Type: SystemString
Only indexes on given site are checked. If not specified then indexes through all sites are checked if they are relevant. - searchProvider
- Type: SystemString
Defines search provider for which to return relevant indexes.
If not defined then indexes for all search providers are returned.
Return Value
Type:
IEnumerableSearchIndexInfoSee Also