Compartilhar via


WordDelimiterTokenFilter.ProtectedWords Propriedade

Definição

Obtém ou define uma lista de tokens para proteger contra serem delimitados.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a