Skip to content

Commit d60e2ae

Browse files
author
Jesse Slicer
committed
Update UaxEmailUrlTokenizer.cs
removed space at the end of the Type so that it will work with ES properly.
1 parent 903060e commit d60e2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/Domain/Analysis/Tokenizer/UaxEmailUrlTokenizer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class UaxEmailUrlTokenizer : TokenizerBase
1010
{
1111
public UaxEmailUrlTokenizer()
1212
{
13-
Type = "uax_url_email ";
13+
Type = "uax_url_email";
1414
}
1515

1616
/// <summary>
@@ -19,4 +19,4 @@ public UaxEmailUrlTokenizer()
1919
[JsonProperty("max_token_length")]
2020
public int? MaximumTokenLength { get; set; }
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)