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 553776B4E for ; Sat, 23 Jul 2011 19:50:28 +0000 (UTC) Received: (qmail 45198 invoked by uid 500); 23 Jul 2011 19:50:28 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 45125 invoked by uid 500); 23 Jul 2011 19:50:27 -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 45114 invoked by uid 99); 23 Jul 2011 19:50:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 19:50:27 +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:50:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4AF68238885D; Sat, 23 Jul 2011 19:50:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sat, 23 Jul 2011 19:50:06 -0000 To: lucene-net-commits@lucene.apache.org From: pnasser@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110723195006.4AF68238885D@eris.apache.org> Subject: [Lucene.Net] svn commit: r1150205 - /incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext Author: pnasser Date: Sat Jul 23 19:50:05 2011 New Revision: 1150205 URL: http://svn.apache.org/viewvc?rev=1150205&view=rev Log: syntax updates 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=1150205&r1=1150204&r2=1150205&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:50:05 2011 @@ -5,9 +5,10 @@ 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. + +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.