Click or drag to resize
SearchFieldAnalyzer Property
Explicit analyzer to process search field's value. When null default analyzer is used based on search index configuration.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public Nullable<SearchAnalyzerTypeEnum> Analyzer { get; set; }

Property Value

Type: NullableSearchAnalyzerTypeEnum

Implements

ISearchFieldAnalyzer
See Also