[
https://issues.apache.org/jira/browse/NUTCH-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522139#comment-14522139
]
Jeff Cocking commented on NUTCH-1559:
-------------------------------------
My philosophy is a plugin should not require another plugin to
safegaurd/protect it from working. Having code in the parse-metatags
specifically for parse-tika breaks this philosophy. I would recommend removing
the code from MetaTagsParser.java for the tika-parser.
Can I get feed back on this? Do you agree with this approach?
> parse-metatags duplicates extracted metatags in combination with parse-tika
> ---------------------------------------------------------------------------
>
> Key: NUTCH-1559
> URL: https://issues.apache.org/jira/browse/NUTCH-1559
> Project: Nutch
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.6
> Reporter: Sebastian Nagel
> Priority: Minor
> Fix For: 1.11
>
>
> If the plugin parse-metatags is used in combination with parse-tika, the
> extracted metatags (the pairs <name, value>) are duplicated.
> The metatags are found twice in parse.getData().getParseMeta() and in
> metaTags.getGeneralTags(). Is this necessary? Maybe we should fix parse-tika
> in this point?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)