Search Results for

    Show / Hide Table of Contents

    Interface IIcuAnalyzer

    An ICU analyzer that performs basic normalization, tokenization and character folding, using the IIcuNormalizationCharFilter char filter, IIcuTokenizer and IcuNormalizationTokenFilter token filter

    Inherited Members
    IAnalyzer.Type
    IAnalyzer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIcuAnalyzer : IAnalyzer
    Remarks

    Requires analysis-icu plugin to be installed

    Properties

    | Edit this page View Source

    Method

    Normalization method. Default is CompatibilityCaseFold

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

    Mode

    Normalization mode. Default is Compose

    Declaration
    [DataMember(Name = "mode")]
    IcuNormalizationMode? Mode { get; set; }
    Property Value
    Type Description
    IcuNormalizationMode?

    Extension Methods

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