Skip to content

Commit dd0a105

Browse files
committedMay 13, 2014
Merge pull request #584 from jslicer/patch-1
Update UaxEmailUrlTokenizer.cs
2 parents 9bc80a1 + d60e2ae commit dd0a105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/Nest/Domain/Analysis/Tokenizer/UaxEmailUrlTokenizer.cs

+2-2
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)
Please sign in to comment.