Hi Guys, i am new in Solr world and i was trying to figure out how to implement an application which would be able to connect to our business mail server throug IMAP connection (1000 users) and to index the information related e-mail contents.
I tried to use DH- import with the preconfigured imap class provided in the solr example but as i could see there is no way to fetch 1000 user and retrieve information for them What would you suggest as first step to follow ? should i use SOLRJ as client in order to reach user content across imap connection? Doesn anyone had experience with that ? thanks in advance