You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2007/06/17 22:29:26 UTC

[jira] Resolved: (NUTCH-485) Change HtmlParseFilter 's to return ParseResult object instead of Parse object

     [ https://issues.apache.org/jira/browse/NUTCH-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney resolved NUTCH-485.
---------------------------------

    Resolution: Fixed

Committed in rev 548103 with two modifications:

1) Fix whitespace issues.

2) Original patch changed CCParseFilter to return the original parse result if CCParseFilter fails. Now if CCParseFilter fails with an exception, it returns an empty parse created from the exception.

> Change HtmlParseFilter 's to return ParseResult object instead of Parse object
> ------------------------------------------------------------------------------
>
>                 Key: NUTCH-485
>                 URL: https://issues.apache.org/jira/browse/NUTCH-485
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 1.0.0
>         Environment: All
>            Reporter: Gal Nitzan
>            Assignee: Doğacan Güney
>             Fix For: 1.0.0
>
>         Attachments: NUTCH-485.200705122151.patch, NUTCH-485.200705130928.patch, NUTCH-485.200705130945.patch, NUTCH-485.200705131241.patch, NUTCH-485.200705140001.patch
>
>
> The current implementation of HtmlParseFilters.java doesn't allow a filter to add parse objects to the ParseResult object.
> A change to the HtmlParseFilter is needed which allows the filter to return ParseResult . and ofcourse a change to  HtmlParseFilters .

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


RE: [jira] Resolved: (NUTCH-485) Change HtmlParseFilter 's to return ParseResult object instead of Parse object

Posted by Gal Nitzan <ga...@gmail.com>.
Thanks Do?acan, much obliged.

Gal.

> -----Original Message-----
> From: Do?acan G?ney (JIRA) [mailto:jira@apache.org]
> Sent: Sunday, June 17, 2007 11:29 PM
> To: nutch-dev@lucene.apache.org
> Subject: [jira] Resolved: (NUTCH-485) Change HtmlParseFilter 's to return
> ParseResult object instead of Parse object
>
>
>      [ https://issues.apache.org/jira/browse/NUTCH-
> 485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Do?acan G?ney resolved NUTCH-485.
> ---------------------------------
>
>     Resolution: Fixed
>
> Committed in rev 548103 with two modifications:
>
> 1) Fix whitespace issues.
>
> 2) Original patch changed CCParseFilter to return the original parse
> result if CCParseFilter fails. Now if CCParseFilter fails with an
> exception, it returns an empty parse created from the exception.
>
> > Change HtmlParseFilter 's to return ParseResult object instead of Parse
> object
> > ------------------------------------------------------------------------
> ------
> >
> >                 Key: NUTCH-485
> >                 URL: https://issues.apache.org/jira/browse/NUTCH-485
> >             Project: Nutch
> >          Issue Type: Improvement
> >          Components: fetcher
> >    Affects Versions: 1.0.0
> >         Environment: All
> >            Reporter: Gal Nitzan
> >            Assignee: Do?acan G?ney
> >             Fix For: 1.0.0
> >
> >         Attachments: NUTCH-485.200705122151.patch, NUTCH-
> 485.200705130928.patch, NUTCH-485.200705130945.patch, NUTCH-
> 485.200705131241.patch, NUTCH-485.200705140001.patch
> >
> >
> > The current implementation of HtmlParseFilters.java doesn't allow a
> filter to add parse objects to the ParseResult object.
> > A change to the HtmlParseFilter is needed which allows the filter to
> return ParseResult . and ofcourse a change to  HtmlParseFilters .
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.