Author: lewismc
Date: Sun Jul 17 20:39:10 2011
New Revision: 1147712

URL: http://svn.apache.org/viewvc?rev=1147712&view=rev
Log:
commit to resolve and close NUTCH-1019, this commit does not affect any 
functionality but instead adds further minor comments to the code for the crawl 
class.

Added:
    
nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/NUTCH-1019-crawl-comment.patch
Modified:
    nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/Crawl.java

Modified: nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/Crawl.java
URL: 
http://svn.apache.org/viewvc/nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/Crawl.java?rev=1147712&r1=1147711&r2=1147712&view=diff
==============================================================================
--- nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/Crawl.java 
(original)
+++ nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/Crawl.java Sun 
Jul 17 20:39:10 2011
@@ -48,7 +48,8 @@ public class Crawl extends Configured im
   }
 
 
-  /* Perform complete crawling and indexing given a set of root urls. */
+  /* Perform complete crawling and indexing (to Solr) given a set of root urls 
and the -solr
+     parameter respectively. More information and Usage parameters can be 
found below. */
   public static void main(String args[]) throws Exception {
     Configuration conf = NutchConfiguration.create();
     int res = ToolRunner.run(conf, new Crawl(), args);

Added: 
nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/NUTCH-1019-crawl-comment.patch
URL: 
http://svn.apache.org/viewvc/nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/NUTCH-1019-crawl-comment.patch?rev=1147712&view=auto
==============================================================================
--- 
nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/NUTCH-1019-crawl-comment.patch
 (added)
+++ 
nutch/branches/branch-1.4/src/java/org/apache/nutch/crawl/NUTCH-1019-crawl-comment.patch
 Sun Jul 17 20:39:10 2011
@@ -0,0 +1,14 @@
+Index: Crawl.java
+===================================================================
+--- Crawl.java (revision 1147708)
++++ Crawl.java (working copy)
+@@ -48,7 +48,8 @@
+   }
+ 
+ 
+-  /* Perform complete crawling and indexing given a set of root urls. */
++  /* Perform complete crawling and indexing (to Solr) given a set of root 
urls and the -solr
++     parameter respectively. More information and Usage parameters can be 
found below. */
+   public static void main(String args[]) throws Exception {
+     Configuration conf = NutchConfiguration.create();
+     int res = ToolRunner.run(conf, new Crawl(), args);


Reply via email to