WordDelimiterTokenFilter.ProtectedWords Property

Definition

Gets or sets a list of tokens to protect from being delimited.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to