KeepTokenFilter.KeepWords Property

Definition

Gets or sets the list of words to keep.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to