[
https://issues.apache.org/jira/browse/CONNECTORS-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033504#comment-16033504
]
Julien Massiera commented on CONNECTORS-1428:
---------------------------------------------
Yes indeed it needs to be rearranged. Concerning the HtmlParser added for the
APPLICATION_XML I took it from TikaServer 1.15 because it helps to extract more
metadata but you can remove it for now.
Concerning the currentConfig variable it is a reliquat from my old patch and
you can also remove it.
> Allow tika config parameter
> ---------------------------
>
> Key: CONNECTORS-1428
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1428
> Project: ManifoldCF
> Issue Type: Wish
> Components: Tika extractor
> Affects Versions: ManifoldCF 2.7
> Reporter: Julien Massiera
> Assignee: Karl Wright
> Priority: Minor
> Fix For: ManifoldCF 2.8
>
> Attachments: CONNECTORS-1428.patch, CONNECTORS-1428v2.patch
>
>
> It would be nice to have an option to pass a tika config file to the
> connector through the UI.
> The connector would load it in the "TikaParser" class like :
> private static Parser parser = new AutoDetectParser(new TikaConfig(new
> File("path/to/file")));
> This is just an example of course, it has to be done properly
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)