You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2006/03/24 06:58:45 UTC

[Nutch Wiki] Trivial Update of "Nutch - The Java Search Engine" by tyrellperera

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 tyrellperera:
http://wiki.apache.org/nutch/Nutch_-_The_Java_Search_Engine

------------------------------------------------------------------------------
   2. Commands to do the index updating.
   3. Commands to optimize the updated index.
  
- NOTE: Index optimization is necessary to prevent the index from becoming too large, which will eventually result in a ‘too many open files’ exception in Lucene and the crashing of the entire search application there onwards. 
+ /!\ NOTE: Index optimization is necessary to prevent the index from becoming too large, which will eventually result in a ‘too many open files’ exception in Lucene and the crashing of the entire search application there onwards. 
  
    {{{
    #!/bin/bash