StemmerOverrideTokenFilter.Rules Property

Definition

Gets or sets a list of stemming rules in the following format: "word => stem", for example: "ran => run".

[Newtonsoft.Json.JsonProperty(PropertyName="rules")]
public System.Collections.Generic.IList<string> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rules")>]
member this.Rules : System.Collections.Generic.IList<string> with get, set
Public Property Rules As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to