You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2010/06/30 13:50:50 UTC

[jira] Commented: (NUTCH-836) Remove deprecated parse plugins

    [ https://issues.apache.org/jira/browse/NUTCH-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883891#action_12883891 ] 

Julien Nioche commented on NUTCH-836:
-------------------------------------

Actually creative-commons + languageidentifier currently have a dependency on parse-html and parse-zip has one on parse-text in their build script.
The tests for the Fetcher and ParserFactory also fail without parse-html and parse-text. 

I will modify the patch to prevent these issues

> Remove deprecated parse plugins
> -------------------------------
>
>                 Key: NUTCH-836
>                 URL: https://issues.apache.org/jira/browse/NUTCH-836
>             Project: Nutch
>          Issue Type: Task
>          Components: parser
>    Affects Versions: 1.1
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 2.0
>
>         Attachments: NUTCH-836.patch
>
>
> Some of the parser plugins in 1.1 are covered by the parse-tika plugin. These plugins have been kept in 1.1 but should be removed from 2.0 where we'll rely on parse-tika almost exclusively. Some existing plugins might be kept when there is no equivalent in Tika (to be discussed). The following plugins are removed : 
> * parse-html
> * parse-msexcel
> * parse-mspowerpoint
> * parse-msword
> * parse-pdf
> * parse-oo
> * parse-text
> * lib-jakarta-poi
> * lib-parsems
> The patch does not (yet) remove :
> * parse-js
> * parse-rss
> * parse-swf
> * parse-zip
> * feed
> Please review the patch and vote for its inclusion in the trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.