> > > Nutch 0.9 > > > ./bin/nutch admin db -create > > > = leads to the error message: > > > > nutch 0.9 does not have an admin command. > > there is no documentation at www.nutch.org or in the *.gz file if I am > not mistaken. Is there any info for the installation of Nutch 0.9?
You just have to install it and run it. Then, it shows the following: [EMAIL PROTECTED] ~]$ /usr/local/nutch/bin/nutch Usage: nutch COMMAND where COMMAND is one of: crawl one-step crawler for intranets readdb read / dump crawl db convdb convert crawl db from pre-0.9 format mergedb merge crawldb-s, with optional filtering readlinkdb read / dump link db inject inject new urls into the database generate generate new segments to fetch from crawl db freegen generate new segments to fetch from text files fetch fetch a segment's pages fetch2 fetch a segment's pages using Fetcher2 implementation parse parse a segment's pages readseg read / dump segment data mergesegs merge several segments, with optional filtering and slicing updatedb update crawl db from segments after fetching invertlinks create a linkdb from parsed segments mergelinkdb merge linkdb-s, with optional filtering index run the indexer on parsed segments and linkdb merge merge several segment indexes dedup remove duplicates from a set of segment indexes plugin load a plugin and run one of its classes main() server run a search server or CLASSNAME run the class named CLASSNAME Most commands print help when invoked w/o parameters. JohnM -- john mendenhall [EMAIL PROTECTED] surf utopia internet services ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
