Search Results for

    Show / Hide Table of Contents

    Class IcuAnalyzerDescriptor

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

    Inheritance
    object
    DescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>
    AnalyzerDescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>
    IcuAnalyzerDescriptor
    Implements
    IDescriptor
    IIcuAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerDescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>.Type
    AnalyzerDescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>.Version(string)
    DescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>.Self
    DescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>.Assign<TValue>(TValue, Action<IIcuAnalyzer, TValue>)
    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 IcuAnalyzerDescriptor : AnalyzerDescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>, IDescriptor, IIcuAnalyzer, IAnalyzer
    Remarks

    Requires analysis-icu plugin to be installed

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerDescriptorBase<IcuAnalyzerDescriptor, IIcuAnalyzer>.Type

    Methods

    | Edit this page View Source

    Method(IcuNormalizationType?)

    Normalization method. Default is CompatibilityCaseFold

    Declaration
    public IcuAnalyzerDescriptor Method(IcuNormalizationType? method)
    Parameters
    Type Name Description
    IcuNormalizationType? method
    Returns
    Type Description
    IcuAnalyzerDescriptor
    | Edit this page View Source

    Mode(IcuNormalizationMode?)

    Normalization mode. Default is Compose

    Declaration
    public IcuAnalyzerDescriptor Mode(IcuNormalizationMode? mode)
    Parameters
    Type Name Description
    IcuNormalizationMode? mode
    Returns
    Type Description
    IcuAnalyzerDescriptor

    Implements

    IDescriptor
    IIcuAnalyzer
    IAnalyzer

    Extension Methods

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