Click or drag to resize
SearchIndexProviderGetAnalyzer Method
Returns current object analyzer.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public ISearchAnalyzer GetAnalyzer(
	bool isSearch
)

Parameters

isSearch
Type: SystemBoolean
Indicates whether analyzer should be used for search or indexing

Return Value

Type: ISearchAnalyzer
See Also