Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "RunningNutchAndSolr" page has been changed by LewisJohnMcgibbney:
http://wiki.apache.org/nutch/RunningNutchAndSolr?action=diff&rev1=57&rev2=58

  </property>
  }}}
   * mkdir -p urls
-  * create a file nutch under /urls with the following content:
+  * create a file nutch under /urls with the following content (or any site 
you want Nutch to crawl).
  {{{
- http://nutch.apache,org/
+ http://nutch.apache.org/
  }}}
- or any site you want Nutch to crawl.
   * Run the following command:
  {{{
  bin/nutch crawl urls -dir crawl -depth 3 -topN 5
@@ -66, +65 @@

  crawl/segments
  }}}
  
- '''5.''' Configure Solr For the sake of simplicity we are going to use the 
example configuration of Solr as a base.
+ '''4a.''' Setup Solr for search from binary distribution:
+  * download binary file from 
[[http://www.apache.org/dyn/closer.cgi/lucene/solr/|here]]
+  * unzip to $HOME/apache-solr-3.X
+  * cd apache-solr-3.X/example
+  * java -jar start.jar
+ 
+ '''4b.''' Setup Solr for search from source distribution:
+  * You can setup Solr from source distribution with Maven. This 
[[http://thetechietutorials.blogspot.com/2011/06/how-to-build-and-start-apache-solr.html|link]]
 shows how to do that.
+ 
  
  '''a.''' Copy the provided Nutch schema from directory apache-nutch-1.0/conf 
to directory apache-solr-1.3.0/example/solr/conf (override the existing file)
  

Reply via email to