| SearchManagerCreateAnalyzer Method (SearchIndexInfo, Boolean) | 
            Returns current object analyzer.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic 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: 
ISearchAnalyzer
See Also