Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by RichardBraman: http://wiki.apache.org/nutch/NutchTutorial ------------------------------------------------------------------------------ Before indexing we first invert all of the links, so that we may index incoming anchor text with the pages. {{{ bin/nutch invertlinks crawl/linkdb crawl/segments }}} + NOTE: the invertlinks command only applies to Nutch 0.8 and higher. + To index the segments we use the index command, as follows: {{{ bin/nutch index indexes crawl/linkdb crawl/segments/* }}}
