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 2007/12/04 20:04:13 UTC

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

Dear Wiki user,

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

The following page has been changed by DanielNaber:
http://wiki.apache.org/lucene-java/ImproveIndexingSpeed

------------------------------------------------------------------------------
  
   * '''Use a faster analyzer.'''
  
-  Sometimes analysis of a document takes alot of time. For example, !StandardAnalyzer is quite time consuming.  If you can get by with a simpler analyzer, then try it.
+  Sometimes analysis of a document takes alot of time. For example, !StandardAnalyzer is quite time consuming, especially in Lucene version <= 2.2.  If you can get by with a simpler analyzer, then try it.
  
   * '''Speed up document construction.'''