But:
1. I have to write this in my index map:
Email = new object[] {user.Email, user.Email.Split('@') } // without the "object[]" it does not compile
2. Email becomes an array of strings and I can't query it with Where(x => x.Email = "
m...@domain.com")
Note: I have a Reduce part in my index.