We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0227e06 commit 83b7f59Copy full SHA for 83b7f59
src/Nest/Domain/Analysis/Analyzers/CustomAnalyzer.cs
@@ -25,5 +25,8 @@ public CustomAnalyzer() : this("custom") {}
25
26
[JsonProperty("char_filter")]
27
public IList<string> CharFilter { get; set; }
28
+
29
+ [JsonProperty("alias")]
30
+ public IList<string> Alias { get; set; }
31
}
32
0 commit comments