Skip to content

Commit 1916fd1

Browse files
committed
Fix #1478: Typo in stem_exclusion property serialization
1 parent ab4b4b8 commit 1916fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Domain/Analysis/Analyzers/LanguageAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public LanguageAnalyzer(Language language)
2626
[JsonProperty("stopwords")]
2727
public IEnumerable<string> StopWords { get; set; }
2828

29-
[JsonProperty("stem_exclusion ")]
29+
[JsonProperty("stem_exclusion")]
3030
public IEnumerable<string> StemExclusionList { get; set; }
3131

3232
/// <summary>

0 commit comments

Comments
 (0)