I am reviewing Apache Lucene's use of Commons-Codec phonetic Encoders for thread-safety. Unfortunately, there is barely any mention about thread-safety in the javadocs. I think that's a real problem. I noticed this old JIRA issue which touches on some of the related aspects of this: https://issues.apache.org/jira/browse/CODEC-55
I think the only safe thing for me to do is assume these Encoders are not thread-safe. ~ David Smiley ----- Author: https://www.packtpub.com/solr-1-4-enterprise-search-server/book -- View this message in context: http://apache-commons.680414.n4.nabble.com/Thread-safety-of-Commons-Codec-Encoder-tp4600956.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
