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/09/21 05:59:54 UTC

svn commit: r832643 - in /websites/staging/lucene.net/trunk/content: ./ index.html

Author: buildbot
Date: Fri Sep 21 03:59:54 2012
New Revision: 832643

Log:
Staging update by buildbot for lucene.net

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

Propchange: websites/staging/lucene.net/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 21 03:59:54 2012
@@ -1 +1 @@
-1388291
+1388316

Added: websites/staging/lucene.net/trunk/content/index.html
==============================================================================
--- websites/staging/lucene.net/trunk/content/index.html (added)
+++ websites/staging/lucene.net/trunk/content/index.html Fri Sep 21 03:59:54 2012
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+  <title>Apache Lucene.Net</title>
+  <link rel="stylesheet" type="text/css" href="styles/lucene.css" />
+</head>
+
+<body>
+
+  <div id="page">
+    <a href="index.html"><img src="images/lucene-medium.png" alt="Apache Lucene.Net Logo" /></a>
+    
+    <ul id="topnav">
+      <li><a href="http://www.apache.org/">Apache.org</a></li>
+      <li><a href="https://cwiki.apache.org/LUCENENET/">Wiki</a></li>
+      <li><a href="https://issues.apache.org/jira/browse/LUCENENET">Issue Tracker (JIRA)</a></li>
+      <li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/">Source</a></li>
+      <li><a href="http://lucene.apache.org/">Lucene Project</a></li>
+    </ul>
+    
+    <ul class="mainnav">
+      <li><a href="index.html">News</a></li>
+      <li><a href="download.html">Download</a></li>
+      <li><a href="started.html">Getting Started</a></li>
+      <li><a href="community.html">Community</a></li>
+      <li><a href="links.html">Useful Links</a></li>
+    </ul>
+    
+	  
+<div class="left">
+  <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 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>
+  <div id="blogcontent">
+    
+      <h2><a href="https://blogs.apache.org/lucenenet/entry/apache_lucene_net_graduates">Apache Lucene.Net Graduates!</a></h2>
+      <div class="section-content"><p>Congratulations to the Apache Lucene.Net Developers and Community! We&#39;ve made it out of incubation.&nbsp;</p> 
+  <p>Seems like a relatively quick road; About a year an a half ago the Lucene.Net project was in danger of being retired. A few people brought it back and Lucene.Net entered the Apache Incubator. We&#39;ve had a couple of releases, 2.9.2, 2.9.4, 2.9.4g and we&#39;re nearly ready to release big changes with 3.0.3. We&#39;ve added new committers and have worked toward rebuilding our community.</p> 
+  <p>At the August 15th board meeting, the board voted unanimously to accept our graduation resolution, officially moving us out of the Incubator. Over the next couple of weeks, we&#39;ve be moving all of our resources out of the incubator into our new&nbsp;permanent&nbsp;home, mailing lists will be updated, website update, svn repositories, etc.</p> 
+  <p> </p> 
+  <p>~Prescott&nbsp;</p></div>
+      <hr>
+    
+      <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 stopWords)</li> 
+    <li>Query.ExtractTerms(ICollection)</li> 
+    <li>TopDocs.TotalHits, TopDocs.ScoreDocsv</li> 
+  </ul></div>
+      <hr>
+    
+      <h2><a href="https://blogs.apache.org/lucenenet/entry/apache_lucene_net_2_9">Apache Lucene.Net 2.9.4 Incubating released</a></h2>
+      <div class="section-content"><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> 
+    <li>Some of the bug fixes include: concurrency issues, mono compilation issues, and memory leaks.</li> 
+    <li>A lot of work has been done to clean up the code base, refactoring the code and project files, and providing build scripts</li> 
+    <li>A couple of new features: Search.Regex, Simple Faceted Search, and simple phrase analysis in the Fast Vector Highlighter</li> 
+    <li>Download it now on our <a href="http://incubator.apache.org/lucene.net/download.html">downloads page</a></li> 
+  </ul> 
+  <p>Just around the corner is a 2.9.4g release (early January), that has been substantially refactored and uses generics across the board.</p></div>
+      <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&#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>
+    
+  </div>
+
+</div>
+<div class="right">
+  <h2 id="who-uses-lucenenet">Who Uses Lucene.Net?</h2>
+<h3 id="open-source-initiatives">Open Source Initiatives</h3>
+<ul>
+<li><a href="http://ireaper.codeplex.com/">iReaper</a></li>
+<li><a href="http://linqtolucene.codeplex.com/">Linq to Lucene</a></li>
+<li><a href="http://lucandranet.codeplex.com/">Lucandra.NET</a></li>
+<li><a href="http://www.mindtouch.com/">MindTouch</a></li>
+<li><a href="http://orchard.codeplex.com/">Orchard</a></li>
+<li><a href="http://ravendb.net/">RavenDB</a></li>
+<li><a href="http://stackoverflow.com/">Stackoverflow</a></li>
+<li><a href="http://subtextproject.com/">SubText</a></li>
+<li><a href="http://umbraco.codeplex.com">Umbraco</a></li>
+</ul>
+<h3 id="commercial-products">Commercial Products</h3>
+<ul>
+<li><a href="http://autodesk.com/">Autodesk</a></li>
+<li><a href="http://www.topgear.com/">BBC UK Top Gear site</a></li>
+<li><a href="http://www.epro.com/">Epro, Bluewire Technologies</a></li>
+<li><a href="http://www.adenin.com/">IntelliEnterprise Intranet Suite</a></li>
+<li><a href="http://www.koders.com/">Koders.com, Black Duck Software</a></li>
+<li><a href="http://www.oxan.com">Oxford Analytica</a></li>
+<li><a href="http://discover-e-legal.com/aboutparadigm.html">Paradigm</a></li>
+<li><a href="http://www.powersearchsoftware.com">PowerSearch</a></li>
+</ul>
+<h3 id="any-many-many-more">...any many many more</h3>
+</div>
+
+
+
+    <div id="footer">
+      <div class="clear">
+        Copyright 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br />
+        Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </div>
+    </div>
+    
+  </div>
+  
+</body>
+</html>