Hi,

How to add new parameter at HashMap  linkParams?
To follow img src="iamge_url"

linkParams.put("img", new LinkParams("img", "src", 1));

     linkParams.put("a", new LinkParams("a", "href", 1));
     linkParams.put("img", new LinkParams("img", "src", 1));
     linkParams.put("area", new LinkParams("area", "href", 0));
     linkParams.put("frame", new LinkParams("frame", "src", 0));
     linkParams.put("iframe", new LinkParams("iframe", "src", 0));

What's the difference between 0 and 1?

Also, to be able to get iamge src urls, I've changed (at conf/nutch-default.xml)
<name>db.ignore.internal.links</name>
<value>false</value>


Any help welcome,
Thanks

_________________________________________________________________
MSN Messenger: instale gr�tis e converse com seus amigos. http://messenger.msn.com.br




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to