Hello Everyone, In my company, we store a lot of old emails (.msg files) in a database (done for the purpose of legal compliance).
The users have been asking us to give search functionality on the old emails. One of the primary requirement is that when people search, they should only be able to search in their own emails (emails in which they were in the to, cc or bcc list). How can solr be used? from what I know about this product is that it only searches xml content... so I will have to extract the body of the email and convert it to xml right? How will I limit the search results to only those emails where the user who is searching was in the to, cc or bcc list? Please do recommend me an approach for providing a solution to our requirement.