Hello Everyone,

I have a field in my solr schema which stores emails. The way I want the
emails to be tokenized is like this.
if the email address is abc....@alpha-xyz.com
User should be able to search on

1. abc....@alpha-xyz.com  (whole address)
2. abc
3. def
4. alpha-xyz

Which tokenizer should I use?

Also, is there a feature like "Must Match" in solr? in my schema there is
field called "from" which contains the email address of the person who sent
an email. For this field, I don't want any tokenization. When the user
issues a search. The users email ID must exactly match the "for" column
value for that document/record to be returned.
How can I do this?

Regards,
Abhishek

Reply via email to