SearchablesRetrieverGetRelevantIndexes Method (ISearchable, String) |
Gets the list of indexes relevant to the given object.
Namespace: CMS.Search.InternalAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public virtual List<SearchIndexInfo> GetRelevantIndexes(
ISearchable searchObject,
string searchProvider
)
Parameters
- searchObject
- Type: CMS.DataEngineISearchable
Search object. - 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:
ListSearchIndexInfoSee Also