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

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


Index: TestFetcher.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/test/net/nutch/fetcher/TestFetcher.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** TestFetcher.java    20 Aug 2004 20:36:16 -0000      1.21
--- TestFetcher.java    26 Oct 2004 00:03:16 -0000      1.22
***************
*** 63,67 ****
          testFetchList.close();
                
!         Fetcher fetcher = new Fetcher(nfs, directory);
          fetcher.setLogLevel(Level.FINE);
          //fetcher.getHttp().setMaxContentLength(4096);
--- 63,67 ----
          testFetchList.close();
                
!         Fetcher fetcher = new Fetcher(nfs, directory, true);
          fetcher.setLogLevel(Level.FINE);
          //fetcher.getHttp().setMaxContentLength(4096);



-------------------------------------------------------
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