Skip to content

Commit 262a1c2

Browse files
committed
Update WordDelimiterTokenFilter.cs
This one is fixing elastic#1563. By the way checking how PR from browser works in github :)
1 parent 089dd25 commit 262a1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Nest/Domain/Analysis/TokenFilter/WordDelimiterTokenFilter.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public WordDelimiterTokenFilter()
4545
[JsonProperty("protected_words")]
4646
public IList<string> ProtectedWords { get; set; }
4747

48-
[JsonProperty("protected_words_path ")]
48+
[JsonProperty("protected_words_path")]
4949
public string ProtectedWordsPath { get; set; }
5050

5151
[Obsolete("Please switch to TypeTableList property", true)]
@@ -57,4 +57,4 @@ public WordDelimiterTokenFilter()
5757
[JsonProperty("type_table_path")]
5858
public string TypeTablePath { get; set; }
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)