RE: Using Tika that comes with Solr 5.2

2016-02-03 Thread Allison, Timothy B.
ent: Wednesday, February 03, 2016 7:35 AM To: solr-user@lucene.apache.org Subject: RE: Using Tika that comes with Solr 5.2 Right. Thank you for reporting the solution. Be aware, though, that some parser dependencies are not included with the Solr distribution, and, because of the way that T

RE: Using Tika that comes with Solr 5.2

2016-02-03 Thread Allison, Timothy B.
mment-14385803 -Original Message- From: Steven White [mailto:swhite4...@gmail.com] Sent: Tuesday, February 02, 2016 7:39 PM To: solr-user@lucene.apache.org Subject: Re: Using Tika that comes with Solr 5.2 I found my issue. I need to include JARs off: \solr\contrib\extraction\lib\ Steve On Tu

Re: Using Tika that comes with Solr 5.2

2016-02-02 Thread Steven White
I found my issue. I need to include JARs off: \solr\contrib\extraction\lib\ Steve On Tue, Feb 2, 2016 at 4:24 PM, Steven White wrote: > I'm not using solr-app.jar. I need to stick with Tika JARs that come with > Solr 5.2 and yet get the full text extraction feature of Tika (all file > types i

Re: Using Tika that comes with Solr 5.2

2016-02-02 Thread Steven White
I'm not using solr-app.jar. I need to stick with Tika JARs that come with Solr 5.2 and yet get the full text extraction feature of Tika (all file types it supports). At first, I started to include Tika JARs as needed; I now have all Tika related JARs that come with Solr and yet it is not working.

RE: Using Tika that comes with Solr 5.2

2016-02-02 Thread Allison, Timothy B.
Might not have the parsers on your path within your Solr framework? Which tika jars are on your path? If you want the functionality of all of Tika, use the standalone tika-app.jar, but do not use the app in the same JVM as Solr...without a custom class loader. The Solr team carefully prunes