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