You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Alexey Torochkov (JIRA)" <ji...@apache.org> on 2009/08/29 11:21:32 UTC

[jira] Created: (NUTCH-750) HtmlParser plugin - page title extraction

HtmlParser plugin - page title extraction
-----------------------------------------

                 Key: NUTCH-750
                 URL: https://issues.apache.org/jira/browse/NUTCH-750
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 1.0.0
            Reporter: Alexey Torochkov
            Priority: Minor
             Fix For: 1.1


A little improvement to trying to extract <title> tag in body if it doesn't exist in head.
In current version DOMContentUtils just skip all after <body> in getTitle() method.

Attached patch allows to change this behavior (for default it doesn't change anything) and can cope with webmasters mistakes

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


[jira] Updated: (NUTCH-750) HtmlParser plugin - page title extraction

Posted by "Alexey Torochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Torochkov updated NUTCH-750:
-----------------------------------

    Attachment: SkipBody.patch

Configurable skip-body patch

> HtmlParser plugin - page title extraction
> -----------------------------------------
>
>                 Key: NUTCH-750
>                 URL: https://issues.apache.org/jira/browse/NUTCH-750
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Alexey Torochkov
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: SkipBody.patch
>
>
> A little improvement to trying to extract <title> tag in body if it doesn't exist in head.
> In current version DOMContentUtils just skip all after <body> in getTitle() method.
> Attached patch allows to change this behavior (for default it doesn't change anything) and can cope with webmasters mistakes

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


[jira] Updated: (NUTCH-750) HtmlParser plugin - page title extraction

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Nioche updated NUTCH-750:
--------------------------------

    Component/s: parser

> HtmlParser plugin - page title extraction
> -----------------------------------------
>
>                 Key: NUTCH-750
>                 URL: https://issues.apache.org/jira/browse/NUTCH-750
>             Project: Nutch
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.0.0
>            Reporter: Alexey Torochkov
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: SkipBody.patch
>
>
> A little improvement to trying to extract <title> tag in body if it doesn't exist in head.
> In current version DOMContentUtils just skip all after <body> in getTitle() method.
> Attached patch allows to change this behavior (for default it doesn't change anything) and can cope with webmasters mistakes

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


[jira] Updated: (NUTCH-750) HtmlParser plugin - page title extraction

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated NUTCH-750:
------------------------------------

    Fix Version/s:     (was: 1.1)

- pushing this out per http://bit.ly/c7tBv9

> HtmlParser plugin - page title extraction
> -----------------------------------------
>
>                 Key: NUTCH-750
>                 URL: https://issues.apache.org/jira/browse/NUTCH-750
>             Project: Nutch
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.0.0
>            Reporter: Alexey Torochkov
>            Priority: Minor
>         Attachments: SkipBody.patch
>
>
> A little improvement to trying to extract <title> tag in body if it doesn't exist in head.
> In current version DOMContentUtils just skip all after <body> in getTitle() method.
> Attached patch allows to change this behavior (for default it doesn't change anything) and can cope with webmasters mistakes

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