Skip to content

Commit 83b7f59

Browse files
committed
Added Alias collection to CustomAnalyzer
1 parent 0227e06 commit 83b7f59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/Nest/Domain/Analysis/Analyzers/CustomAnalyzer.cs

+3
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ public CustomAnalyzer() : this("custom") {}
2525

2626
[JsonProperty("char_filter")]
2727
public IList<string> CharFilter { get; set; }
28+
29+
[JsonProperty("alias")]
30+
public IList<string> Alias { get; set; }
2831
}
2932
}

0 commit comments

Comments
 (0)