You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Danicela nutch <Da...@mail.com> on 2011/09/16 11:15:55 UTC

Re : Getting links in ParseFilter

I found it : 

 parse.get(content.getUrl()).getData().getOutlinks()

 (parse is of type ParseResult)
----- Message d'origine -----
De : Danicela nutch
Envoyés : 16.09.11 10:51
À : user@nutch.apache.org
Objet : Getting links in ParseFilter

 Hi, I need to get the links of a page in a ParseFilter plugin. The parameters types are Content, ParseResult, HTMLMetaTags, DocumentFragment. Are the links included in one of these parameters ? I tried to find but I couldn't. Thanks