From: Michael S. <sta...@us...> - 2005-11-10 01:30:55
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25922/xdocs Modified Files: gettingstarted.xml Log Message: * xdocs/gettingstarted.xml Doc fix from brad. Index: gettingstarted.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/gettingstarted.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** gettingstarted.xml 22 Oct 2005 01:46:21 -0000 1.11 --- gettingstarted.xml 10 Nov 2005 01:30:42 -0000 1.12 *************** *** 24,29 **** <pre>% cd ${NUTCHWAX} % chmod u+x ./bin/* ! % ./bin/indexarcs -h</pre> ! <code>indexarcs</code> is a wrapper script that will run through all the indexing step. It takes a bunch of options. To do the most basic indexing operation, point it a few ARC files and let it run: --- 24,29 ---- <pre>% cd ${NUTCHWAX} % chmod u+x ./bin/* ! % ./bin/indexarcs.sh -h</pre> ! <code>indexarcs.sh</code> is a wrapper script that will run through all the indexing step. It takes a bunch of options. To do the most basic indexing operation, point it a few ARC files and let it run: |