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.
2 parents cf48719 + 9f8c4c9 commit 07da638Copy full SHA for 07da638
src/Nest/Domain/Analysis/TokenFilter/StopTokenFilter.cs
@@ -24,5 +24,8 @@ public StopTokenFilter() : base("stop")
24
25
[JsonProperty("stopwords")]
26
public IEnumerable<string> Stopwords { get; set; }
27
+
28
+ [JsonProperty("remove_trailing")]
29
+ public bool? RemoveTrailing { get; set; }
30
}
31
0 commit comments