you can set db.update.additions.allowed to false, and then no new
discovered url will be added.
XJ
caezar wrote:
Hi All,
Here is the problem: I need Nutch to crawl ONLY the URLs I've injected.
Currently, by setting db.ignore.external.links to true I've made Nutch not
to automatically crawl URLs found as external links from on crawled pages.
But it is still crawling URLs found as internal links (seems that
db.ignore.internal.links does not affects this). I don't want to create URL
filters, because there are millions of URLs, and not possible to write a
regexps for them. So is there a way to achieve this?