Update of /cvsroot/nutch/nutch/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2774/bin

Modified Files:
        nutch 
Log Message:
Introduce option -noParsing to fetcher and add ParseSegment.java.


Index: nutch
===================================================================
RCS file: /cvsroot/nutch/nutch/bin/nutch,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** nutch       23 Sep 2004 20:29:59 -0000      1.39
--- nutch       26 Oct 2004 00:03:13 -0000      1.40
***************
*** 35,38 ****
--- 35,39 ----
    echo "  fetchlist         print the fetchlist of a segment"
    echo "  fetch             fetch a segment's pages"
+   echo "  parse             parse a segment's pages"
    echo "  dump              dump a segment's pages"
    echo "  index             run the indexer on a segment's fetcher output"
***************
*** 130,133 ****
--- 131,136 ----
  elif [ "$COMMAND" = "fetch" ] ; then
    CLASS=net.nutch.fetcher.Fetcher
+ elif [ "$COMMAND" = "parse" ] ; then
+   CLASS=net.nutch.tools.ParseSegment
  elif [ "$COMMAND" = "dump" ] ; then
    CLASS=net.nutch.tools.DumpSegment



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to