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

[Lucene.Net] svn commit: r1241615 - /incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext

Author: pnasser
Date: Tue Feb  7 20:52:21 2012
New Revision: 1241615

URL: http://svn.apache.org/viewvc?rev=1241615&view=rev
Log:
updating main page

Modified:
    incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext

Modified: incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext?rev=1241615&r1=1241614&r2=1241615&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext (original)
+++ incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext Tue Feb  7 20:52:21 2012
@@ -9,6 +9,15 @@ Lucene.Net is a port of the Lucene searc
 
 # News
 
+## February 7, 2012 - Apache Lucene.Net 2.9.4g Incubating released
+
+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:
+
+- StopAnalyzer(List<string> stopWords)
+- Query.ExtractTerms(ICollection<string>)
+- TopDocs.TotalHits, TopDocs.ScoreDocs
+
 ## November 29, 2011 - Apache Lucene.Net 2.9.4 Incubating released
 
 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.