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 ab4b4b8 commit 1916fd1Copy full SHA for 1916fd1
src/Nest/Domain/Analysis/Analyzers/LanguageAnalyzer.cs
@@ -26,7 +26,7 @@ public LanguageAnalyzer(Language language)
26
[JsonProperty("stopwords")]
27
public IEnumerable<string> StopWords { get; set; }
28
29
- [JsonProperty("stem_exclusion ")]
+ [JsonProperty("stem_exclusion")]
30
public IEnumerable<string> StemExclusionList { get; set; }
31
32
/// <summary>
0 commit comments