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=59&rev2=60

  crawl/segments
  }}}
  
+ '''NOTE''': If you have a Solr core already set up and wish to index to it, 
you are required to add the -solr <solrUrl> parameter to your crawl command e.g.
+ {{{
+ bin/nutch crawl urls -solr http://localhost:8983/solr/ -depth 3 -topN 5
+ }}}
+ If not then please read on for how to set up your Solr instance and index 
your crawl data.
+ 
  '''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, we will now refer to this as 
${APACHE_SOLR_HOME}

Reply via email to