The tika.config param is documented here:
https://lucene.apache.org/solr/guide/7_5/uploading-data-with-solr-cell-using-apache-tika.html#configuring-the-solr-extractingrequesthandler
I notice that the code
(https://github.com/apache/lucene-solr/blob/964cc88cee7d62edf03a923e3217809d630af5d5/solr/co
Hello,
I could not find the process that parse tika.config parameter from solr
request.
Maybe, tika.config parameter can only be defined in solrconfig.xml as
following.
tika-config.xml
true
ignored_
true
links
ignored_
Thanks,
Yasufumi
2018年10月26日(金) 7:07 Robertson
Hello all,
Currently trying to define a tika config to use when posting a pdf to Solr Cell
as we may want to override the default tika configuration depending on type of
document being ingested.
In the docs it lists tika.config as an input parameter to the Solr Cell
endpoint. Though in my test