Author: siren
Date: Sun Jul 16 23:56:42 2006
New Revision: 422641

URL: http://svn.apache.org/viewvc?rev=422641&view=rev
Log:
NUTCH-320 urls are now outputted to stdout

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/src/java/org/apache/nutch/tools/DmozParser.java

Modified: lucene/nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?rev=422641&r1=422640&r2=422641&view=diff
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Sun Jul 16 23:56:42 2006
@@ -185,17 +185,20 @@
 
 66. NUTCH-308 - Maximum search time limit (ab)
 
-67. NUTCH-306 - DistributedSearch.Client liveAddresses concurrency problem
-    (Grant Glouser via siren)
+67. NUTCH-306 - DistributedSearch.Client liveAddresses concurrency
+    problem (Grant Glouser via siren)
 
 68. Update to hadoop-0.4 (Milind Bhandarkar, cutting)
 
-69. NUTCH-317 - Clarify what the queryLanguage argument of Query.parse(...)
-    means      (jerome)
+69. NUTCH-317 - Clarify what the queryLanguage argument of
+    Query.parse(...) means (jerome)
 
-70. Added alternative experimental web gui in contrib containing extensions 
like
-    subcollection, keymatch, user preferences, caching, implemented mainly 
using tiles and jstl (siren)
+70. Added alternative experimental web gui in contrib containing
+    extensions like subcollection, keymatch, user preferences,
+    caching, implemented mainly using tiles and jstl (siren)
 
+71. NUTCH-320 DmozParser does not output list of urls to stdout
+    but to a log file instead. Original functionality restored.
 
 Release 0.7 - 2005-08-17
 

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/tools/DmozParser.java
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/java/org/apache/nutch/tools/DmozParser.java?rev=422641&r1=422640&r2=422641&view=diff
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/tools/DmozParser.java 
(original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/tools/DmozParser.java Sun Jul 
16 23:56:42 2006
@@ -180,7 +180,7 @@
           // Inc the number of pages, insert the page, and 
           // possibly print status.
           //
-          if (LOG.isInfoEnabled()) { LOG.info(curURL); }
+          System.out.println(curURL); 
           pages++;
 
           //




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to