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:
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IKuromojiStemmerTokenFilter : ITokenFilter
Properties
| Edit this page View SourceMinimumLength
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? |