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

Modified Files:
        IndexSegment.java 
Log Message:
This change makes it possible to use IndexSegment programmatically
without calling its main() method.


Index: IndexSegment.java
===================================================================
RCS file: /cvsroot/nutch/nutch/src/java/net/nutch/indexer/IndexSegment.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IndexSegment.java   5 Oct 2004 08:37:11 -0000       1.22
--- IndexSegment.java   12 Nov 2004 17:04:04 -0000      1.23
***************
*** 54,58 ****
    public void setScorePower(float power) { scorePower = power; }
  
!   private void indexPages() throws Exception {
        //
        // First, see if it's ever been indexed before
--- 54,58 ----
    public void setScorePower(float power) { scorePower = power; }
  
!   public void indexPages() throws Exception {
        //
        // First, see if it's ever been indexed before



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to