SearchManagerCreateAnalyzer Method (SearchIndexInfo, Boolean) |
Returns current object analyzer.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public static ISearchAnalyzer CreateAnalyzer(
SearchIndexInfo sii,
bool isSearch
)
Parameters
- sii
- Type: CMS.SearchSearchIndexInfo
Search index info - isSearch
- Type: SystemBoolean
Indicates whether analyzer should be used for search or indexing
Return Value
Type:
ISearchAnalyzerSee Also