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/06/24 02:28:56 UTC

svn commit: r822904 - in /websites/staging/lucene.net/trunk/content: ./ lucene.net/index.html lucene.net/index.page/what_is_lucenenet.mdtext

Author: buildbot
Date: Sun Jun 24 00:28:55 2012
New Revision: 822904

Log:
Staging update by buildbot for lucene.net

Modified:
    websites/staging/lucene.net/trunk/content/   (props changed)
    websites/staging/lucene.net/trunk/content/lucene.net/index.html
    websites/staging/lucene.net/trunk/content/lucene.net/index.page/what_is_lucenenet.mdtext

Propchange: websites/staging/lucene.net/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 24 00:28:55 2012
@@ -1 +1 @@
-1329460
+1353215

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 Sun Jun 24 00:28:55 2012
@@ -33,7 +33,7 @@
   <p>Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an <a href="http://lucene.sourceforge.net/talks/pisa/">inverted index</a>. Lucene.Net has three primary goals: </p>
 <ol>
 <li>Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;</li>
-<li>Maintaining the high-performance requirements excepted of a first class C# search engine library;</li>
+<li>Maintaining the high-performance requirements expected of a first class C# search engine library;</li>
 <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>Recent News</h1>
@@ -42,8 +42,8 @@
       <h2><a href="https://blogs.apache.org/lucenenet/entry/apache_lucene_net_2_91">Apache Lucene.Net 2.9.4g Incubating released</a></h2>
       <div class="section-content"><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)</string></li> 
-    <li>Query.ExtractTerms(ICollection<string>)</string></li> 
+    <li>StopAnalyzer(List stopWords)</li> 
+    <li>Query.ExtractTerms(ICollection)</li> 
     <li>TopDocs.TotalHits, TopDocs.ScoreDocsv</li> 
   </ul></div>
       <hr>
@@ -60,7 +60,7 @@
       <hr>
     
       <h2><a href="https://blogs.apache.org/lucenenet/entry/new_website">New Website</a></h2>
-      <div class="section-content"><p>With the close of the 99designs contest for a new logo that Jeff Atwood of SO fame gracious put on, we now have a new logo. With it we've built a slimmed down website that hopefully allows users to find what they are looking for quickly without all the extra fluff.</p> 
+      <div class="section-content"><p>With the close of the 99designs contest for a new logo that Jeff Atwood of SO fame gracious put on, we now have a new logo. With it we&#39;ve built a slimmed down website that hopefully allows users to find what they are looking for quickly without all the extra fluff.</p> 
   <p>Stay tuned for the 2.9.4 release!</p></div>
       <hr>
     

Modified: websites/staging/lucene.net/trunk/content/lucene.net/index.page/what_is_lucenenet.mdtext
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/index.page/what_is_lucenenet.mdtext (original)
+++ websites/staging/lucene.net/trunk/content/lucene.net/index.page/what_is_lucenenet.mdtext Sun Jun 24 00:28:55 2012
@@ -1,6 +1,6 @@
-Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an [inverted index](http://lucene.sourceforge.net/talks/pisa/). Lucene.Net has three primary goals: 
-
-1.  Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;
-2.  Maintaining the high-performance requirements excepted of a first class C# search engine library;
-3.  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.
-
+Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an [inverted index](http://lucene.sourceforge.net/talks/pisa/). Lucene.Net has three primary goals: 
+
+1.  Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;
+2.  Maintaining the high-performance requirements expected of a first class C# search engine library;
+3.  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.
+