Search Results for

    Show / Hide Table of Contents

    Interface IKuromojiStemmerTokenFilter

    The kuromoji_stemmer token filter normalizes common katakana spelling variations ending in a long sound character by removing this character (U+30FC). Only full-width katakana characters are supported. Part of the analysis-kuromoji plugin:

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKuromojiStemmerTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    MinimumLength

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

    Declaration
    [DataMember(Name = "minimum_length")]
    int? MinimumLength { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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