Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DA9B996B for ; Wed, 15 Feb 2012 16:40:26 +0000 (UTC) Received: (qmail 25313 invoked by uid 500); 15 Feb 2012 16:40:26 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 25292 invoked by uid 500); 15 Feb 2012 16:40:26 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 25284 invoked by uid 99); 15 Feb 2012 16:40:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 16:40:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 16:40:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A3F582388A3D for ; Wed, 15 Feb 2012 16:39:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Wed, 15 Feb 2012 16:39:59 -0000 To: lucene-net-commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215163959.A3F582388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [Lucene.Net] svn commit: r804924 - in /websites/staging/lucene.net/trunk: ./ content/lucene.net/index.html Author: buildbot Date: Wed Feb 15 16:39:59 2012 New Revision: 804924 Log: Staging update by buildbot for lucene.net Modified: websites/staging/lucene.net/trunk/ (props changed) websites/staging/lucene.net/trunk/content/lucene.net/index.html Propchange: websites/staging/lucene.net/trunk/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Feb 15 16:39:59 2012 @@ -1 +1 @@ -1244578 +1244583 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 Wed Feb 15 16:39:59 2012 @@ -1,16 +1,118 @@ -{% extends "template.html" %} -{% block content %} + + + + + + Apache Lucene.Net + + + + + +
+ Apache Lucene.Net Logo + + + + + +
- {{ what_is_lucenenet.content|markdown }} - {% for e in blog.list %} -

{{ e.title }}

-
{{ e.content|safe|truncatewords_html:50 }}
+

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. 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. +
  3. Maintaining the high-performance requirements excepted of a first class C# search engine library;
  4. +
  5. 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.
  6. +
+ +

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...

+
+ +

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.

+
    +
  • Some of the bug fixes include: concurrency issues, mono compilation issues, and memory leaks.
  • +
  • A...

- {% endfor %} + +

New Website

+

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...

+
+ +

Lucene.Net 2.9.2 Released

+

It took us quite a while, but we finally got Lucene.Net 2.9.2 out the door.

+
    +
  • 2 API changes - Deprecated Version.LUCENE_CURRENT and added a new CustomScoreProvider class
  • +
  • Numerous test cases and optimizations
  • +
  • 11 bug fixes
  • +
+
+
- {{ right_whouses.content|markdown }} +

Who Uses Lucene.Net?

+

Open Source Initiatives

+ +

Commercial Products

+ +

...any many more

-{% endblock %} + + + + +
+ + +