Dear Wiki user,

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

The following page has been changed by RicardoJMendez:
http://wiki.apache.org/nutch/NutchTutorial

------------------------------------------------------------------------------
  
  To index the segments we use the index command, as follows:
  
- {{{ bin/nutch index indexes crawl/crawldb crawl/linkdb crawl/segments/* }}}
+ {{{ bin/nutch index crawl/indexes crawl/crawldb crawl/linkdb crawl/segments/* 
}}}
  
  Now we're ready to search!
  
@@ -164, +164 @@

  
  Simplest way to verify the integrity of your crawl is to launch NutchBean 
from command line:
  
- bin/nutch org.apache.nutch.searcher.NutchBean apache
+ {{{ bin/nutch org.apache.nutch.searcher.NutchBean apache }}}
  
  After you have verified that the above command returns results you can 
proceed to setting up the web interface. 
  

Reply via email to