On 10/11/2018 9:06 AM, Bisonti Mario wrote:
I startup tika server from command line:
java -jar /opt/tika/tika-server-1.19.1.jar
I configured, with ManifoldCF a connector to Solr.
When I start the ingest of pdf and .xls document, I see in the tika server:
<snip>
so it seems that tika server process the cocuments, but, Solr server doesn't
ingest.
I obtain the error:
Solr connector rejected document due to mime type restrictions:
(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
Solr connector rejected document due to mime type restrictions:
(application/pdf)
Those errors are not coming from Solr. Do you see any errors in
solr.log? If you do, then we can help you with those.
Since ManifoldCF calls its components connectors, I am betting the
errors are being generated by ManifoldCF, and that for those documents,
nothing has actually been sent to Solr, so you won't see errors in the
solr.log for those files. ManifoldCF is a separate project within
Apache, which has its own support infrastructure.
https://manifoldcf.apache.org/en_US/mail.html
Thanks,
Shawn