Class IcuNormalizationCharFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class IcuNormalizationCharFilter : CharFilterBase, IIcuNormalizationCharFilter, ICharFilter
Constructors
| Edit this page View SourceIcuNormalizationCharFilter()
Declaration
public IcuNormalizationCharFilter()
Properties
| Edit this page View SourceMode
Set the mode parameter to decompose to convert nfc to nfd or nfkc to nfkd respectively
Declaration
public IcuNormalizationMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
IcuNormalizationMode? |
Name
The type of normalization
Declaration
public IcuNormalizationType? Name { get; set; }
Property Value
Type | Description |
---|---|
IcuNormalizationType? |