Skip to content

Commit

Permalink
Remove edgengram tokenizer spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Feb 6, 2020
1 parent 8641a29 commit 063c275
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 063c275

Please sign in to comment.