Class KuromojiAnalyzerDescriptor
Inheritance
KuromojiAnalyzerDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class KuromojiAnalyzerDescriptor : AnalyzerDescriptorBase<KuromojiAnalyzerDescriptor, IKuromojiAnalyzer>, IDescriptor, IKuromojiAnalyzer, IAnalyzer
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Mode(KuromojiTokenizationMode?)
Declaration
public KuromojiAnalyzerDescriptor Mode(KuromojiTokenizationMode? mode)
Parameters
Returns
|
Edit this page
View Source
UserDictionary(string)
Declaration
public KuromojiAnalyzerDescriptor UserDictionary(string userDictionary)
Parameters
Type |
Name |
Description |
string |
userDictionary |
|
Returns
Implements
Extension Methods