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/26 21:10:39 UTC

[Lucene-java Wiki] Update of "ReleaseNote35" by SteveRowe

Dear Wiki user,

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

The "ReleaseNote35" page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/ReleaseNote35?action=diff&rev1=7&rev2=8

Comment:
Fixed forceMerge issue number (LUCENE-3439 -> LUCENE-3454)

  
   * Renamed IndexWriter.optimize to forceMerge to discourage use of
     this method since it is horribly costly and rarely justified
-    anymore. (LUCENE-3439)
+    anymore. (LUCENE-3454)
  
   * Added NGramPhraseQuery that speeds up phrase queries 30-50%
     when n-gram analysis is used. (LUCENE-3426)