Which version of Tika do you have? There was a problem introduced somewhere
between Tika 0.6 and Tika 0.7 whereby the TikaConfig method
config.getParsers() was returns an empty parser list due to class loader
scope issues with Solr running under an application server.
There is a fix in the Tika 0
I have a list of files in a database that I am indexing (it is a liferay
database and the file lists are attachments). I'm encountering the following
error
https://issues.apache.org/jira/browse/PDFBOX-709
on one of the PDF documents and this causes indexing to stop (the
TikaEntityProcessor) thro
I modified TikaEntityProcessor to ignore these exceptions.:
If the Tika Entity processor encounters an exception it will stop indexing.
I had to make two fixes to TikaEntityProcessor to work around this problem.
>From the Solr SVN trunk edit the file:
~/src/solr-svn/trunk/solr/contrib/dataimpor
cool I will try that.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Resume-Solr-indexing-CSV-after-exception-tp878801p888605.html
Sent from the Solr - User mailing list archive at Nabble.com.