Hi, I am indexing email addresses into Solr via EML files. Currently, I am using ClassicTokenizerFactory with LowerCaseFilterFactory. However, I also found that we can also use UAX29URLEmailTokenizerFactory with LowerCaseFilterFactory.
Does anyone have any recommendation on which Tokenizer is better? I am currently using Solr 6.5.1, and planning to upgrade to Solr 7.1.0. Regards, Edwin