Click or drag to resize
DocumentSearchablesRetrieverGetRelevantIndexes Method (String, String, String)
Gets relevant indexes for given indexType, siteName and searchProvider.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
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: IEnumerableSearchIndexInfo
See Also