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