We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621f1cb commit 8b1a015Copy full SHA for 8b1a015
src/Nest/Domain/Analysis/TokenFilter/WordDelimiterTokenFilter.cs
@@ -48,7 +48,7 @@ public WordDelimiterTokenFilter()
48
public string ProtectedWordsPath { get; set; }
49
50
[JsonProperty("type_table")]
51
- public string TypeTable { get; set; }
+ public List<string> TypeTable { get; set; }
52
53
[JsonProperty("type_table_path")]
54
public string TypeTablePath { get; set; }
0 commit comments