Hi all, when I create an instance of org.apache.tika.Tika only to call .detect(File), are that instance and the detect method supposed to be thread-safe (as long I don't modify the TikaConfig, for example)? I've found a couple of older messages and closed issues on Tika's thread-safety, but the javadoc doesn't declare it neither thread-safe nor non-thread-safe explicitly. Would it be better to keep by-thread instances?
Thanks John
