Hi Sol, if you followed the instructions in https://wiki.apache.org/nutch/NutchTutorial#Setup_Solr_for_search then just add -Dsolr.server.url=http://localhost:8983/solr/nutch as command-line argument to "bin/nutch index ..." In case, host, port or Solr "core" are changed you have to modify the solr.server.url property.
Best, Sebastian On 09/11/2017 07:38 PM, Sol Lederman wrote: > Hi, > > I'm setting up my first nutch environment. I'm following the steps in this > doc: > > https://wiki.apache.org/nutch/NutchTutorial > > > I'm not grokking this last line in the "Setup Solr for search" section: > > - > > add the core name to the Solr server URL: -Dsolr.server.url= > http://localhost:8983/solr/nutch > > Am I supposed to be editing some file? Should I be adding something to > Solr's server/solr/configsets/nutch/conf/solrconfig.xml file? > > Thanks. >

