You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/11/04 00:17:43 UTC

[Lucene-java Wiki] Update of "ImproveIndexingSpeed" by RobertMuir

Dear Wiki user,

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

The "ImproveIndexingSpeed" page has been changed by RobertMuir:
http://wiki.apache.org/lucene-java/ImproveIndexingSpeed?action=diff&rev1=16&rev2=17

Comment:
die optimize die

  
   Often the process of retrieving a document from somewhere external (database, filesystem, crawled from a Web site, etc.) is very time consuming.
  
-  * '''Don't optimize unless you really need to (for faster searching).'''
+  * '''Don't optimize... ever.'''
  
   * '''Use multiple threads with one !IndexWriter.'''