Hi, I am using standard analyzer and want to split token for email_id " luc...@gmail.com" as "lucene", "gmail","com","luc...@gmail.com" in a single pass.
I have already changed jflex to split email id as separate words(lucene, gmail, com). But we need to do phrase search which will not be efficient. So i want to index actual email id and splitted words. Can you please help me to achieve this. OR let me know whether phrase search is efficient for this case? Regards, Suriya