Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch readlinkdb" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/bin/nutch%20readlinkdb?action=diff&rev1=1&rev2=2 Comment: formatting Readlinkdb is an alias for org.apache.nutch.crawl.LinkDbReader This reader class enables us to to obtain various information from within a linkdb. The two types of information we can retirieve is - '''i.''' A dump of the whole linkdb which is then written to a text file for easy viewing. + * A dump of the whole linkdb which is then written to a text file for easy viewing. - '''ii.''' Specific information relating to a specific URL. + * Specific information relating to a specific URL. + /!\ :TODO: More could be added to the above e.g what is the nature and structure of the information we retieve from a dump of the linkdb and a specific URL. /!\ + Usage: {{{ bin/nutch Usage: LinkDbReader <linkdb> (-dump <out_dir> | -url <url>)

