Class KuromojiStemmerTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class KuromojiStemmerTokenFilter : TokenFilterBase, IKuromojiStemmerTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceKuromojiStemmerTokenFilter()
Declaration
public KuromojiStemmerTokenFilter()
Properties
| Edit this page View SourceMinimumLength
Katakana words shorter than the minimum length are not stemmed (default is 4).
Declaration
public int? MinimumLength { get; set; }
Property Value
Type | Description |
---|---|
int? |