Skip to content

Commit

Permalink
Remove edgengram tokenizer spelling (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored Feb 10, 2020
1 parent b1aea02 commit e6c6d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nest/Analysis/Tokenizers/TokenizerFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ internal class TokenizerFormatter : IJsonFormatter<ITokenizer>
private static readonly AutomataDictionary TokenizerTypes = new AutomataDictionary
{
{ "char_group", 0 },
{ "edgengram", 1 },
{ "edge_ngram", 1 },
{ "ngram", 2 },
{ "path_hierarchy", 3 },
Expand Down

0 comments on commit e6c6d93

Please sign in to comment.