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/15 17:26:22 UTC

[Lucene-java Wiki] Trivial Update of "ReleaseNote35" by simonwillnauer

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 simonwillnauer:
http://wiki.apache.org/lucene-java/ReleaseNote35?action=diff&rev1=1&rev2=2

- MMM???? 2011, Apache Lucene‚Ñ¢ 3.5.0 available
+ MMM???? 2011, Apache Lucene‚ 3.5.0 available
  The Lucene PMC is pleased to announce the release of Apache Lucene 3.5.0.
  
- Apache Lucene is a high-performance, full-featured text search engine 
+ Apache Lucene is a high-performance, full-featured text search engine
- library written entirely in Java. It is a technology suitable for nearly 
+ library written entirely in Java. It is a technology suitable for nearly
- any application that requires full-text search, especially cross-platform. 
+ any application that requires full-text search, especially cross-platform.
  
  This release contains numerous bug fixes, optimizations, and
  improvements, some of which are highlighted below.  The release
@@ -21, +21 @@

     terms index on opening an IndexReader. (LUCENE-2205)
  
   * Added IndexSearcher.searchAfter which returns results after a specified
-    ScoreDoc (e.g. last document on the previous page) to support deep 
+    ScoreDoc (e.g. last document on the previous page) to support deep
     paging use cases. (LUCENE-2215)
  
   * Added SearcherManager to manage sharing and reopening IndexSearchers