StopwordsTokenFilter.Stopwords Property

Definition

Gets or sets the list of stopwords. This property and the stopwords list property cannot both be set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to