DictionaryDecompounderTokenFilter.WordList Property

Definition

Gets or sets the list of words to match against.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to