close Warning: Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 14 and Version 15 of administration/search


Ignore:
Timestamp:
Jun 26, 2010, 9:15:49 PM (13 years ago)
Author:
hank
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • administration/search

    v14 v15  
    171171
    172172== Prepare for a Crawl ==
    173 First create urls/files so that nutch knows what to crawl.  This file can
    174 be anywhere, but I'll put it in the main crawl_data directory for now.
    175 {{{
    176 mkdir /usr/wwwapps/crawl_data/urls/
    177 }}}
    178 Create/edit file called '''files''' in urls directory.  Add the following line
     173First create crawl_urls/files so that nutch knows what to crawl.  This file can
     174be anywhere,
     175{{{
     176mkdir /usr/wwwapps/crawl_urls/
     177}}}
     178Create/edit file called '''files''' in crawl_urls directory.  Add the following line
    179179to search the /FILES/ directory:
    180180{{{
     
    189189== Run a Crawl ==
    190190{{{
    191 nutch crawl /usr/wwwapps/crawl_data/urls -dir /usr/wwwapps/crawl_data/
     191nutch crawl /usr/wwwapps/crawl_urls -dir /usr/wwwapps/crawl_data/
    192192}}}
    193193