KeywordMarkerTokenFilter.Keywords Property

Definition

Gets or sets a list of words to mark as keywords.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to