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. 
  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to