You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bu...@apache.org on 2012/02/07 21:52:37 UTC

[Lucene.Net] svn commit: r804136 - /websites/staging/lucene.net/trunk/content/lucene.net/index.html

Author: buildbot
Date: Tue Feb  7 20:52:37 2012
New Revision: 804136

Log:
Staging update by buildbot for lucene.net

Modified:
    websites/staging/lucene.net/trunk/content/lucene.net/index.html

Modified: websites/staging/lucene.net/trunk/content/lucene.net/index.html
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/index.html (original)
+++ websites/staging/lucene.net/trunk/content/lucene.net/index.html Tue Feb  7 20:52:37 2012
@@ -37,6 +37,14 @@
 <li>Maximize usability and power when used within the .NET runtime. To that end, it will present a highly idiomatic, carefully tailored API that takes advantage of many of the special features of the .NET runtime.</li>
 </ol>
 <h1 id="news">News</h1>
+<h2 id="february_7_2012_-_apache_lucenenet_294g_incubating_released">February 7, 2012 - Apache Lucene.Net 2.9.4g Incubating released</h2>
+<p>It took about two months to fully roll out the 2.9.4g branch out the door. This release mostly replaces the plumbing of 2.9.4 with the .NET generic classes. One of the many benefits is the ability to use more .NET like code such as foreach (instead of GetEnumerator/MoveNext).
+There are a couple of API changes to be aware of:</p>
+<ul>
+<li>StopAnalyzer(List<string> stopWords)</li>
+<li>Query.ExtractTerms(ICollection<string>)</li>
+<li>TopDocs.TotalHits, TopDocs.ScoreDocs</li>
+</ul>
 <h2 id="november_29_2011_-_apache_lucenenet_294_incubating_released">November 29, 2011 - Apache Lucene.Net 2.9.4 Incubating released</h2>
 <p>We finally got it out the door, it took a lot longer than we expected. However, we have a ton of bug fixes rolled into this relase as well as a number of new features. </p>
 <ul>