I don't see where the MailEntityProcessor really has anything built into it for indexing somebody else's mail, so you're probably going to need to go down the SolrJ route. SolrJ is actually quite easy to use, there are only a very few classes you'll need, so I'd go there
The "Usage" section here will get you started: http://wiki.apache.org/solr/Solrj Best Erick On Mon, Dec 13, 2010 at 9:32 AM, milomalo2...@libero.it < milomalo2...@libero.it> wrote: > 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 > > > >