: In solrconfig, in update/extract requesthandler I specified <str : name="tika.config">./tika-config.xml</str> , where tika-config.xml is in : conf directory (same as solrconfig).
can you show us the full requestHandler decalration? ... tika.config needs to be a direct child of the requestHandler (not in the defaults) I also don't know if using a "local" path like that will work -- depends on how that file is loaded (if solr loads it, then you might want to remove the "./"; if solr just gives the path to tika, then you probably need an absolute path. -Hoss