Thanks Andrzej.
Jeff
Andrzej Bialecki wrote:
Jeff Ritchie wrote:
Developers...
Is the configuration property <db.score.injected> still used?
If so in which source file is it used?
I can't seem to find where it is used in the source anywhere.
Line 70 org.apache.nutch.crawl.Injector.java
if (url != null) { // if it passes
value.set(url); // collect it
-> output.collect(value, new
CrawlDatum(CrawlDatum.STATUS_DB_UNFETCHED,
interval));
}
Should that be:
-> output.collect(value, new CrawlDatum(CrawlDatum.STATUS_DB_UNFETCHED,
interval,jobConf.getFloat("db.score.injected",1.0f)));
Yes, that's correct. This will be fixed together with the adaptive
refetch patches.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers