Class IcuAnalyzer
An ICU analyzer that performs basic normalization, tokenization and character folding, using the IIcuNormalizationCharFilter char filter, IIcuTokenizer and IcuNormalizationTokenFilter token filter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class IcuAnalyzer : AnalyzerBase, IIcuAnalyzer, IAnalyzer
Remarks
Requires analysis-icu plugin to be installed
Constructors
| Edit this page View SourceIcuAnalyzer()
Declaration
public IcuAnalyzer()
Properties
| Edit this page View SourceMethod
Normalization method. Default is CompatibilityCaseFold
Declaration
public IcuNormalizationType? Method { get; set; }
Property Value
Type | Description |
---|---|
IcuNormalizationType? |
Mode
Normalization mode. Default is Compose
Declaration
public IcuNormalizationMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
IcuNormalizationMode? |