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 C1C2163A2 for ; Sat, 23 Jul 2011 19:37:54 +0000 (UTC) Received: (qmail 37996 invoked by uid 500); 23 Jul 2011 19:37:54 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 37946 invoked by uid 500); 23 Jul 2011 19:37:54 -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 37930 invoked by uid 99); 23 Jul 2011 19:37:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 19:37:54 +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; Sat, 23 Jul 2011 19:37:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1010223888BD; Sat, 23 Jul 2011 19:37:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sat, 23 Jul 2011 19:37:27 -0000 To: lucene-net-commits@lucene.apache.org From: pnasser@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110723193728.1010223888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [Lucene.Net] svn commit: r1150201 - /incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext Author: pnasser Date: Sat Jul 23 19:37:27 2011 New Revision: 1150201 URL: http://svn.apache.org/viewvc?rev=1150201&view=rev Log: updating index.mdtext to use markdown syntax 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=1150201&r1=1150200&r2=1150201&view=diff ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext (original) +++ incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext Sat Jul 23 19:37:27 2011 @@ -1,55 +1,57 @@
-

- Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. - 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. -
-

+ +

+ +Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. +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. + +

-

News

+News +============= -

May 02, 2010 - Lucene.Net 2.9.2 Released

+May 02, 2010 - Lucene.Net 2.9.2 Released +---------------------------------------------- - We've just released the latest build of Lucene.Net 2.9.2, some of the new features include: -
    -
  • Feature 1
  • -
  • Feature 2
  • -
  • feature 3
  • -
+We've just released the latest build of Lucene.Net 2.9.2, some of the new features include: + +- Feature 1 +- Feature 2 +- Feature 3
-

Who Uses Lucene.Net?

-

Open Source Initiatives

- - -

Commercial Products

- +Who Uses Lucene.Net? +--------------------------- + +

Open Source Initiatives

+ +- iReaper +- Linq to Lucene +- Lucandra.NET +- MindTouch +- Orchard +- RavenDB +- SubText +- Umbraco + +

Commercial Products

+ +- Autodesk +- BBC UK Top Gear site +- Epro, Bluewire Technologies +- IntelliEnterprise Intranet Suite +- Koders.com, Black Duck Software +- Oxford Analytica +- Paradigm +- PowerSearch + +

...any many more

-

...any many more

\ No newline at end of file