Class KuromojiPartOfSpeechTokenFilterDescriptor
Inheritance
KuromojiPartOfSpeechTokenFilterDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class KuromojiPartOfSpeechTokenFilterDescriptor : TokenFilterDescriptorBase<KuromojiPartOfSpeechTokenFilterDescriptor, IKuromojiPartOfSpeechTokenFilter>, IDescriptor, IKuromojiPartOfSpeechTokenFilter, ITokenFilter
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Declaration
public KuromojiPartOfSpeechTokenFilterDescriptor StopTags(IEnumerable<string> stopTags)
Parameters
Returns
|
Edit this page
View Source
Declaration
public KuromojiPartOfSpeechTokenFilterDescriptor StopTags(params string[] stopTags)
Parameters
Type |
Name |
Description |
string[] |
stopTags |
|
Returns
Implements
Extension Methods