CommonGramTokenFilter.CommonWords Property

Definition

Gets or sets the set of common words.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to