On 10/24/2015 12:17 PM, HC Z wrote: > I'm kind of new to solr, I want to know if there is a way to upgrade Tika in > solr, for example,1.5 to 1.11. I'm currently using solr4.10. I don't know how > to upgrade those dependencies for tika. > > Any suggestions would be helpful!
I think in the past we have been able to update Tika in Solr without any code changes, but with any upgrade, there is no guarantee that it will work without problems. Assuming that the upgrade will work, how you do this would depend on which version of Solr you're using. If you're using 5.2.1 or earlier, you would need to extract the .war file, change the jar(s) for Tika, and repack the .war file. Then you would need to find the directory where the container extracted the war file, delete the entire directory, and restart Solr. For Solr 5.3 and later, you just need to find the tika jar(s) and do a replacement, then restart Solr. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
