I know about Solr and MailEntityProcessor. But Nutch can fetch in parallel, can solr fetch emails from multiple email accounts with mapi in paraellel? Thanks.
________________________________ From: Markus Jelsma <[email protected]> To: [email protected] Cc: Savannah Beckett <[email protected]> Sent: Thu, November 11, 2010 4:39:58 PM Subject: Re: How to Index Mail using Nutch? Yes! But i wouldn't recommend it if you're using Solr as your search server as it can index e-mail boxes [1] via its data import handler [2]. However, using Nutch is possible too but it depends on your set up whether its easy or not. Nutch can crawl and index your file system and the mail is stored there but extracting the content and metadata by hand will take time. [1]: http://wiki.apache.org/solr/MailEntityProcessor [2]: http://wiki.apache.org/solr/DataImportHandler Cheers, > Hi, > I want to index email in multiple accounts using IMAP and nutch, is it > possible? Thanks.

