SearchIndexProviderGetAnalyzer Method |
Returns current object analyzer.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public ISearchAnalyzer GetAnalyzer(
bool isSearch
)
Parameters
- isSearch
- Type: SystemBoolean
Indicates whether analyzer should be used for search or indexing
Return Value
Type:
ISearchAnalyzerSee Also