You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Matthias Jaekle <ja...@eventax.de> on 2005/06/19 15:38:07 UTC

Modify WebDB

Hello,

I would like to remove urls and links from the webdb.

I am not really familiar with the internals of webdb, so maybe somebody 
could confirm the following way:

I open a WebDBReader and a WebDBWriter, read the webdb and call 
deletePage or deleteLink for each stuff I would like to remove.

Is it correct, that I have to use both, WebDBReader and a WebDBWriter?
Does this make sense?

Thanks for your help

Matthias