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 SeanOConnor.
The comment on this change is: change "export SEGMENT..." line from showing 
backtick entity, to just backtick.
http://wiki.apache.org/nutch/RunningNutchAndSolr?action=diff&rev1=38&rev2=39

--------------------------------------------------

  The above command will generate a new segment directory under crawl/segments 
that at this point contains files that store the url(s) to be fetched. In the 
following commands we need the latest segment dir as parameter so we’ll store 
it in an environment variable. 
  
  {{{
- export SEGMENT=crawl/segments/`ls -tr crawl/segments|tail -1`
+ export SEGMENT=crawl/segments/`ls -tr crawl/segments|tail -1`
  echo $SEGMENT
  }}}
  

Reply via email to