[
https://issues.apache.org/jira/browse/CONNECTORS-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173535#comment-14173535
]
Karl Wright commented on CONNECTORS-1074:
-----------------------------------------
Including tika-core as a root-level dependency yields the following binary
size, which is acceptable:
190,568,459 apache-manifoldcf-2.0-dev-bin.zip
It will be bigger for 1.8, because derby is also there, but this should work.
I'll make the actual code changes in the CONNECTORS-1074 branch later today.
> Replace ExtensionMimeMap with new Tika().detect(filename)
> ---------------------------------------------------------
>
> Key: CONNECTORS-1074
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1074
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Framework core
> Reporter: Shinichiro Abe
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.0
>
>
> It would be nice if we could support many mime type since ManifoldCF has
> already been using Tika.
> {noformat}
> new Tika().detect(fileName);
> {noformat}
> returns String MimeType. Then we could set this into
> RepositoryDocument#setMimeType(mimeType) on each connector;
> Tika reference:
> [javadoc|http://tika.apache.org/1.6/api/org/apache/tika/Tika.html]
> [test
> code|http://svn.apache.org/viewvc/tika/tags/1.6-rc2/tika-core/src/test/java/org/apache/tika/TikaDetectionTest.java?view=markup]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)