Search Results for

    Show / Hide Table of Contents

    Interface IIcuNormalizationTokenFilter

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

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIcuNormalizationTokenFilter : ITokenFilter
    Remarks

    Requires analysis-icu plugin to be installed

    Properties

    | 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
      • Name
    • Extension Methods
    Back to top Generated by DocFX