Search Results for

    Show / Hide Table of Contents

    Class KuromojiStemmerTokenFilter

    Inheritance
    object
    TokenFilterBase
    KuromojiStemmerTokenFilter
    Implements
    IKuromojiStemmerTokenFilter
    ITokenFilter
    Inherited Members
    TokenFilterBase.Type
    TokenFilterBase.Version
    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 KuromojiStemmerTokenFilter : TokenFilterBase, IKuromojiStemmerTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    KuromojiStemmerTokenFilter()

    Declaration
    public KuromojiStemmerTokenFilter()

    Properties

    | Edit this page View Source

    MinimumLength

    Katakana words shorter than the minimum length are not stemmed (default is 4).

    Declaration
    public int? MinimumLength { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IKuromojiStemmerTokenFilter
    ITokenFilter

    Extension Methods

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