Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    KnownEnums.GetStringValue(Enum)
    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
    • Extension Methods
    Back to top Generated by DocFX