Update of /cvsroot/nutch/nutch/src/java/net/nutch/indexer
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25630/src/java/net/nutch/indexer

Modified Files:
        DeleteDuplicates.java IndexMerger.java IndexSegment.java 
Log Message:

  I moved around files in util/, fs/, and ndfs/ to be more appropriate.
Now util/ is fairly spare, and fs/ holds fs-related interfaces and client 
objects.  The ndfs/ directory holds the NDFS datanode and namenode code.
This is a better layout for the long term.



Index: IndexMerger.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/indexer/IndexMerger.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** IndexMerger.java    5 Oct 2004 08:37:11 -0000       1.8
--- IndexMerger.java    5 Dec 2004 09:43:45 -0000       1.9
***************
*** 9,12 ****
--- 9,13 ----
  import java.util.logging.*;
  
+ import net.nutch.fs.*;
  import net.nutch.util.*;
  

Index: IndexSegment.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/indexer/IndexSegment.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** IndexSegment.java   22 Nov 2004 14:55:23 -0000      1.24
--- IndexSegment.java   5 Dec 2004 09:43:45 -0000       1.25
***************
*** 11,14 ****
--- 11,15 ----
  import net.nutch.db.*;
  import net.nutch.io.*;
+ import net.nutch.fs.*;
  import net.nutch.segment.SegmentReader;
  import net.nutch.util.*;

Index: DeleteDuplicates.java
===================================================================
RCS file: 
/cvsroot/nutch/nutch/src/java/net/nutch/indexer/DeleteDuplicates.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** DeleteDuplicates.java       5 Oct 2004 08:37:11 -0000       1.16
--- DeleteDuplicates.java       5 Dec 2004 09:43:45 -0000       1.17
***************
*** 11,14 ****
--- 11,15 ----
  
  import net.nutch.io.*;
+ import net.nutch.fs.*;
  import net.nutch.util.*;
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to