index mail with MailEntityProcessor

2018-03-02 Thread Dimitris Kardarakos
Hello everyone. I have created a collection and indexed mails from a gmail mailbox. Nevertheless, only plain text is indexed. Neither html formatted nor attachments' indexing works. To index mails, I have included the below libs to solrconfig: regex=".*\.jar" /> regex="solr-cell-\d.*\.jar" /

MailEntityProcessor

2015-10-06 Thread Gaurav Gupta
Hello Guys, I am trying MailEntityProcessor in Solr 5 Below is my configuration : Issue I am facing : 1. transformers not working i.e. *template* 2. Looks like delta-import not supported ? 3. If I am doing full-import then its considering dataimport.properties i.e. doing

Re: Integrating Oauth2 with Solr MailEntityProcessor

2014-02-12 Thread Dileepa Jayakody
Hi again, Anybody interested in this feature for Solr MailEntityProcessor? WDYT? Thanks, Dileepa On Thu, Jan 30, 2014 at 11:00 AM, Dileepa Jayakody < dileepajayak...@gmail.com> wrote: > Hi All, > > I think Oauth2 integration is a valid usecase for Solr when it comes to > i

Re: Integrating Oauth2 with Solr MailEntityProcessor

2014-01-29 Thread Dileepa Jayakody
analyse, store and query reputation of emails and correspondents. > > For indexing emails in Solr I'm going to use the MailEntityProcessor [1]. > But I see that it requires the user to provide their email credentials to > the DIH which is a security risk. Also I feel current Mai

Integrating Oauth2 with Solr MailEntityProcessor

2014-01-29 Thread Dileepa Jayakody
Hi All, I'm doing a research project on : Email Reputation Analysis and for this project I'm planning to use Apache Solr, Tika and Mahout projects to analyse, store and query reputation of emails and correspondents. For indexing emails in Solr I'm going to use the MailEntityProce

Solr MailEntityProcessor not indexing "Content-Type: multipart/mixed;" emails

2013-09-27 Thread Andrey Padiy
Hi, Trying to use DIH and MailEntityProcessor but are unable to index emails that have "Content-Type: multipart/mixed;" or Content-Type: multipart/related; header. Solr logs show correct number of emails in the inbox when IMAP connection is established but only emails that are of &qu

MailEntityProcessor in Solr 4

2012-11-23 Thread Robert Bernhardt
Hi Guys, I'm trying to use the MailEntityProcessor with Solr 4 and have a couple of questions about. I already configured an IMAP Account to fetch mails from, so I'm able to index some mails. Questions/Issues: 1.) I set the fetchSize to 1 000 000 as the default 32k were not suffici

Re: MailEntityProcessor

2011-02-23 Thread Lance Norskog
: > I assume you found this?: http://wiki.apache.org/solr/MailEntityProcessor > You don't provide enough information to get assistance when you simply say "I > couldn't get it working". > > (disclaimer: I haven't used DIH's mail feature) > ~ David > >

Re: MailEntityProcessor

2011-02-23 Thread Smiley, David W.
I assume you found this?: http://wiki.apache.org/solr/MailEntityProcessor You don't provide enough information to get assistance when you simply say "I couldn't get it working". (disclaimer: I haven't used DIH's mail feature) ~ David On Feb 23, 2011, at 5:15

MailEntityProcessor

2011-02-23 Thread Husrev Yilmaz
Hi, I am new to Solr, without any Java knowledge. I downloaded and run Solr under Tomcat. At the other hand I have a working IMAP server on the same machine. I want to index Date, From, To, Cc, Bcc, Subject, Body. How can I set up Solr to do this? Could you write a small guide to help me? (where

Re: MailEntityProcessor class cast exception

2010-06-18 Thread Chris Hostetter
lib folder. : : Any ideas? My best guess is that you are loading different versions of differnet jars -- so that you have MailEntityProcessor from one version of solr and EntityProcessor from a differnet version of solr, so it can't use it. double check all of the log messages from when yo

MailEntityProcessor class cast exception

2010-06-16 Thread Max Lynch
With last night's build of solr, I am trying to use the MailEntityProcessor to index an email account. However, when I call my dataimport url, I receive a class cast exception: INFO: [] webapp=/solr path=/dataimport params={command=full-import} status=0 QTime=44 Jun 16, 2010 8:16:

Re: Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-06 Thread Andrew McCombe
Hi Lance Thanks for this. The wiki definitely isn't clear about this. I will test this tonight. Regards Andrew On 5 April 2010 23:04, Lance Norskog wrote: > The MailEntityProcessor is an "extra" and does not come normally with > the DataImportHandler. The wiki page should

Re: Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-05 Thread Lance Norskog
The MailEntityProcessor is an "extra" and does not come normally with the DataImportHandler. The wiki page should mention this. In the Solr distribution it should be in the dist/ directory as dist/apache-solr-dataimporthandler-extras-1.4.jar. The class it wants is in this jar . (Do &#x

Re: Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-05 Thread Andrew McCombe
Hi Can no-one help me with this? Andrew On 2 April 2010 22:24, Andrew McCombe wrote: > Hi > > I am experimenting with Solr to index my gmail and am experiencing an error: > > 'Unable to load MailEntityProcessor or > org.apache.solr.handler.dataimport.MailEntityProces

Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor

2010-04-02 Thread Andrew McCombe
Hi I am experimenting with Solr to index my gmail and am experiencing an error: 'Unable to load MailEntityProcessor or org.apache.solr.handler.dataimport.MailEntityProcessor' I downloaded a fresh 1.4 tgz, extracted it and added the following to example/solr/config/solr