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

Markus Jelsma commented on NUTCH-1787:
--------------------------------------

This is all i could find in the trunk patch:

{code}
+/** 
+ * Parse HTML meta tags (keywords, description) and store them in the parse 
metadata so that 
+ * they can be indexed with the index-metadata plugin with the prefix 
'metatag.'
+ ***/
+
+public class MetaTagsParser implements HtmlParseFilter {
{code}

Looks good!!

> update and complete API doc overview page
> -----------------------------------------
>
>                 Key: NUTCH-1787
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1787
>             Project: Nutch
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 1.8, 2.2.1
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 2.4, 1.9
>
>         Attachments: NUTCH-1787-2x.v1.patch, NUTCH-1787-trunk.v1.patch, 
> NUTCH-1787-trunk.v2.patch
>
>
> The API overview page (e.g., 
> [1.8|http://nutch.apache.org/apidocs-1.8/index.html]) needs review and 
> completion:
> * parse filters shown instead of parsers (latter missing at all); same for 
> URL normalizers and URL filters. As a consequency, parse and URL filter 
> plugins are listed in section "Core".
> * some plugins not listed at all (eg scoring-depth), neither in overview nor 
> in package list
> * missing package descriptions for many plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to