Re: email field - analyzed and not analyzed in single field using custom analyzer

2017-06-19 Thread Kumaran Ramasubramanian
Hi Steve Thanks for the input. How to apply WordDelimiterGraphFilter / WordDelimiterFilter for email tokens alone using email regex ? i want to have only analyzed tokens for other tokens with other type of special characters... -- Kumaran R On Thu, Jun 15, 2017 at 7:43 PM, Steve Rowe wrot

Re: email field - analyzed and not analyzed in single field using custom analyzer

2017-06-15 Thread Steve Rowe
Hi Kumaran, WordDelimiterGraphFilter with PRESERVE_ORIGINAL should do what you want: . Here’s a test I added to TestWordDelimiterGraphFilter.java that passed for me: