Search Results for

    Show / Hide Table of Contents

    Class KuromojiAnalyzerDescriptor

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

    Properties

    | Edit this page View Source

    Type

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

    Methods

    | Edit this page View Source

    Mode(KuromojiTokenizationMode?)

    Declaration
    public KuromojiAnalyzerDescriptor Mode(KuromojiTokenizationMode? mode)
    Parameters
    Type Name Description
    KuromojiTokenizationMode? mode
    Returns
    Type Description
    KuromojiAnalyzerDescriptor
    | Edit this page View Source

    UserDictionary(string)

    Declaration
    public KuromojiAnalyzerDescriptor UserDictionary(string userDictionary)
    Parameters
    Type Name Description
    string userDictionary
    Returns
    Type Description
    KuromojiAnalyzerDescriptor

    Implements

    IDescriptor
    IKuromojiAnalyzer
    IAnalyzer

    Extension Methods

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