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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public Nullable<SearchAnalyzerTypeEnum> Analyzer { get; set; }

Property Value

Type: NullableSearchAnalyzerTypeEnum

Implements

ISearchFieldAnalyzer
See Also