Interface IStemmerOverrideTokenFilter
Overrides stemming algorithms, by applying a custom mapping, then protecting these terms from being modified by stemmers. Must be placed before any stemming filters.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IStemmerOverrideTokenFilter : ITokenFilter
Properties
| Edit this page View SourceRules
A list of mapping rules to use.
Declaration
[DataMember(Name = "rules")]
IEnumerable<string> Rules { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
RulesPath
A path (either relative to config location, or absolute) to a list of mappings.
Declaration
[DataMember(Name = "rules_path")]
string RulesPath { get; set; }
Property Value
Type | Description |
---|---|
string |