我对Spring和Apache Tika集成感兴趣。这种方法是线程安全的吗?
<bean id="tika" class="org.apache.tika.Tika"/>
是否可以安全地从不同的线程调用detect()
方法?
是否有任何 Spring-Tika 集成模式?
提前谢谢。
根据这个http://comments.gmane.org/gmane.comp.apache.tika.user/677
而这个
http://issues.liferay.com/browse/LPS-15824
而这个
http://web.archiveorange.com/archive/v/99aTkiOCyApHaqASS5CS
它会建议是的。
虽然线程安全存在错误
https://issues.apache.org/jira/browse/TIKA-599