RE: Reading data using Tika to Solr

2018-10-26 Thread Martin Frank Hansen (MHQ)
Hi Tim, Thanks again, I will update Tika and try it again. -Original Message- From: Tim Allison Sent: 26. oktober 2018 12:53 To: solr-user@lucene.apache.org Subject: Re: Reading data using Tika to Solr Ha...emails passed in the ether. As you saw, we added the RecursiveParserWrapper

Re: Reading data using Tika to Solr

2018-10-26 Thread Tim Allison
ion: > https://wiki.apache.org/tika/RecursiveMetadata > > But thanks again for all your help! > > -Original Message- > From: Martin Frank Hansen (MHQ) > Sent: 26. oktober 2018 10:14 > To: solr-user@lucene.apache.org > Subject: RE: Reading data using Tika to Sol

Re: Reading data using Tika to Solr

2018-10-26 Thread Tim Allison
how do I get it to read the attachments as well? > > -Original Message- > From: Tim Allison > Sent: 25. oktober 2018 21:57 > To: solr-user@lucene.apache.org > Subject: Re: Reading data using Tika to Solr > > If you’re processing actual msg (not eml), you’l

RE: Reading data using Tika to Solr

2018-10-26 Thread Martin Frank Hansen (MHQ)
To: solr-user@lucene.apache.org Subject: RE: Reading data using Tika to Solr Hi Tim, It is msg files and I added tika-app-1.14.jar to the build path - and now it works  But how do I get it to read the attachments as well? -Original Message- From: Tim Allison Sent: 25. oktober 2018 21:57

RE: Reading data using Tika to Solr

2018-10-26 Thread Martin Frank Hansen (MHQ)
8.jar > > > > -Original Message- > From: Tim Allison > Sent: 25. oktober 2018 20:21 > To: solr-user@lucene.apache.org > Subject: Re: Reading data using Tika to Solr > > To follow up w Erick’s point, there are a bunch of transitive > dependencies from t

Re: Reading data using Tika to Solr

2018-10-25 Thread Tim Allison
> > > > -Original Message- > From: Tim Allison > Sent: 25. oktober 2018 20:21 > To: solr-user@lucene.apache.org > Subject: Re: Reading data using Tika to Solr > > To follow up w Erick’s point, there are a bunch of transitive dependencies > from tika-parse

RE: Reading data using Tika to Solr

2018-10-25 Thread Martin Frank Hansen (MHQ)
@lucene.apache.org Subject: Re: Reading data using Tika to Solr To follow up w Erick’s point, there are a bunch of transitive dependencies from tika-parsers. If you aren’t using maven or similar build system to grab the dependencies, it can be tricky to get it right. If you aren’t using maven

Re: Reading data using Tika to Solr

2018-10-25 Thread Tim Allison
To follow up w Erick’s point, there are a bunch of transitive dependencies from tika-parsers. If you aren’t using maven or similar build system to grab the dependencies, it can be tricky to get it right. If you aren’t using maven, and you can afford the risks of jar hell, consider using tika-app

Re: Reading data using Tika to Solr

2018-10-25 Thread Erick Erickson
Martin: The mail server is pretty aggressive about stripping attachments, your png didn't come though. You might also get a more informed answer on the Tika mailing list. That said (and remember I can't see your png so this may be a silly question), how are you executing the program .vs.