Search Results for

    Show / Hide Table of Contents

    Class IcuNormalizationCharFilter

    Inheritance
    object
    CharFilterBase
    IcuNormalizationCharFilter
    Implements
    IIcuNormalizationCharFilter
    ICharFilter
    Inherited Members
    CharFilterBase.Type
    CharFilterBase.Version
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class IcuNormalizationCharFilter : CharFilterBase, IIcuNormalizationCharFilter, ICharFilter

    Constructors

    | Edit this page View Source

    IcuNormalizationCharFilter()

    Declaration
    public IcuNormalizationCharFilter()

    Properties

    | Edit this page View Source

    Mode

    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?
    | Edit this page View Source

    Name

    The type of normalization

    Declaration
    public IcuNormalizationType? Name { get; set; }
    Property Value
    Type Description
    IcuNormalizationType?

    Implements

    IIcuNormalizationCharFilter
    ICharFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IcuNormalizationCharFilter()
    • Properties
      • Mode
      • Name
    • Implements
    • Extension Methods
    Back to top Generated by DocFX