DO NOT USE THIS INSTANCE FOR LIVE DATA!!!!
It would be nice if we could support many mime type since ManifoldCF has already been using Tika.
new Tika().detect(fileName);
returns String MimeType. Then we could set this into RepositoryDocument#setMimeType(mimeType) on each connector;
Tika reference: javadoc test code