Click or drag to resize
SearchIndexInfoProviderGetRelevantIndexes Method
Returns all indexes which are relevant to the specified ISearchable object. Check ISearchable object type and with dependence on this type check index settings

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static List<SearchIndexInfo> GetRelevantIndexes(
	ISearchable searchObject
)

Parameters

searchObject
Type: CMS.DataEngineISearchable
Object implementing ISearchable interface

Return Value

Type: ListSearchIndexInfo
See Also