We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089dd25 commit 262a1c2Copy full SHA for 262a1c2
src/Nest/Domain/Analysis/TokenFilter/WordDelimiterTokenFilter.cs
@@ -45,7 +45,7 @@ public WordDelimiterTokenFilter()
45
[JsonProperty("protected_words")]
46
public IList<string> ProtectedWords { get; set; }
47
48
- [JsonProperty("protected_words_path ")]
+ [JsonProperty("protected_words_path")]
49
public string ProtectedWordsPath { get; set; }
50
51
[Obsolete("Please switch to TypeTableList property", true)]
@@ -57,4 +57,4 @@ public WordDelimiterTokenFilter()
57
[JsonProperty("type_table_path")]
58
public string TypeTablePath { get; set; }
59
}
60
-}
+}
0 commit comments