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 a
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
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’ll also nee
: 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
it-0.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
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 tika-
-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-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
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 or
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. compilin