Enum IcuNormalizationMode
Normalization mode https://en.wikipedia.org/wiki/Unicode_equivalence#Normal_forms
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum IcuNormalizationMode
Remarks
Requires analysis-icu plugin to be installed
Fields
Name | Description |
---|---|
Compose | Switch normalization type to compose, which is the default so you'd never need to set this Included here for completeness sake because the Java API has it. |
Decompose | Switch normalization type to decompose |