Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch_freegen" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/bin/nutch_freegen?action=diff&rev1=2&rev2=3 - FreeGenerator is an alias for org.apache.nutch.tools.FreeGenerator + Freegenerator is an alias for org.apache.nutch.tools.FreeGenerator This tool generates fetchlists (segments to be fetched) from plain text files containing one URL per line. It's useful when arbitrary URL-s need to be fetched without adding them first to the crawldb, or during testing. Usage: {{{ - bin/nutch FreeGenerator <inputDir> <segmentsDir> [-filter] [-normalize] + bin/nutch freegen <inputDir> <segmentsDir> [-filter] [-normalize] }}} '''<inputDir>''': This should be the path to the input directory containing one or more input (text) files. As with the Injector class, each text file should contain a list of URLs, one URL per line.

