Search Results for

    Show / Hide Table of Contents

    Interface IIcuNormalizationCharFilter

    Normalizes as defined here: http://userguide.icu-project.org/transforms/normalization

    Inherited Members
    ICharFilter.Type
    ICharFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIcuNormalizationCharFilter : ICharFilter
    Remarks

    Requires analysis-icu plugin to be installed

    Properties

    | Edit this page View Source

    Mode

    Set the mode parameter to decompose to convert nfc to nfd or nfkc to nfkd respectively

    Declaration
    [DataMember(Name = "mode")]
    IcuNormalizationMode? Mode { get; set; }
    Property Value
    Type Description
    IcuNormalizationMode?
    | Edit this page View Source

    Name

    The type of normalization

    Declaration
    [DataMember(Name = "name")]
    IcuNormalizationType? Name { get; set; }
    Property Value
    Type Description
    IcuNormalizationType?

    Extension Methods

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