Interface IIcuAnalyzer
An ICU analyzer that performs basic normalization, tokenization and character folding,
using the IIcu
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 Compatibility
Declaration
[DataMember(Name = "method")]
IcuNormalizationType? Method { get; set; }
Property Value
Type | Description |
---|---|
Icu |
Mode
Normalization mode. Default is Compose
Declaration
[DataMember(Name = "mode")]
IcuNormalizationMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
Icu |