LUCENE-5753: Refresh UAX29URLEmailTokenizer's TLD list

This commit is contained in:
Steve Rowe 2017-10-06 12:59:55 -04:00
parent 37fb60d0f1
commit d2e0905ebd
3 changed files with 35050 additions and 6090 deletions

View File

@ -115,6 +115,8 @@ Other
* LUCENE-7983: IndexWriter.IndexReaderWarmer is now a functional interface
instead of an abstract class with a single method (Dawid Weiss)
* LUCENE-5753: Update TLDs recognized by UAX29URLEmailTokenizer. (Steve Rowe)
======================= Lucene 7.0.1 =======================