共用方式為


StemmerOverrideTokenFilter.Rules Property

Definition

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

public System.Collections.Generic.IList<string> Rules { get; }
member this.Rules : System.Collections.Generic.IList<string>
Public ReadOnly Property Rules As IList(Of String)

Property Value

Applies to