Search Results for

    Show / Hide Table of Contents

    Interface IKuromojiAnalyzer

    An analyzer tailored for japanese that is bootstrapped with defaults. Part of the analysis-kuromoji plugin:

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

    Properties

    | Edit this page View Source

    Mode

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

    UserDictionary

    Declaration
    [DataMember(Name = "user_dictionary")]
    string UserDictionary { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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