We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aea02 commit e6c6d93Copy full SHA for e6c6d93
src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs
@@ -14,7 +14,6 @@ internal class TokenizerFormatter : IJsonFormatter<ITokenizer>
14
private static readonly AutomataDictionary TokenizerTypes = new AutomataDictionary
15
{
16
{ "char_group", 0 },
17
- { "edgengram", 1 },
18
{ "edge_ngram", 1 },
19
{ "ngram", 2 },
20
{ "path_hierarchy", 3 },
0 commit comments