Return-Path: Delivered-To: apmail-lucene-lucene-net-dev-archive@www.apache.org Received: (qmail 54649 invoked from network); 3 Dec 2010 20:40:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Dec 2010 20:40:12 -0000 Received: (qmail 76664 invoked by uid 500); 3 Dec 2010 20:40:12 -0000 Delivered-To: apmail-lucene-lucene-net-dev-archive@lucene.apache.org Received: (qmail 76630 invoked by uid 500); 3 Dec 2010 20:40:11 -0000 Mailing-List: contact lucene-net-dev-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-dev@lucene.apache.org Received: (qmail 76622 invoked by uid 99); 3 Dec 2010 20:40:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 20:40:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [12.199.218.161] (HELO usmx02.thermofisher.com) (12.199.218.161) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 20:40:05 +0000 X-ASG-Debug-ID: 1291408784-16589e530001-lpe6BB Received: from mxvolt02.thermofisher.com ([12.199.217.100]) by usmx02.thermofisher.com with ESMTP id QBBbb053ETg3SzFq (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 03 Dec 2010 13:39:44 -0700 (MST) X-Barracuda-Envelope-From: neal.granroth@thermofisher.com X-Barracuda-Apparent-Source-IP: 12.199.217.100 X-ASG-Whitelist: Client Received: from uspho-mxet02.amer.thermo.com (uspho-mxet02.amer.thermo.com [10.161.198.45]) by mxvolt02.thermofisher.com (8.13.8/8.13.8) with ESMTP id oB3Kdhq0007508 for ; Fri, 3 Dec 2010 13:39:43 -0700 Received: from uspho-mxht02.amer.thermo.com (10.161.196.46) by uspho-mxet02.amer.thermo.com (10.161.198.45) with Microsoft SMTP Server (TLS) id 8.1.393.1; Fri, 3 Dec 2010 13:39:43 -0700 Received: from uspho-mxvs05.amer.thermo.com ([fe80::35d0:9d8d:b25f:3bbb]) by uspho-mxht02.amer.thermo.com ([fe80::5411:a9:4627:510a%14]) with mapi; Fri, 3 Dec 2010 13:39:43 -0700 From: "Granroth, Neal V." To: "lucene-net-dev@lucene.apache.org" Date: Fri, 3 Dec 2010 13:39:42 -0700 Subject: RE: Board Report Draft Thread-Topic: Board Report Draft X-ASG-Orig-Subj: RE: Board Report Draft Thread-Index: AcuRk7f+xvQXYm8oTPi6q5H0UkCWEgBk8hZw Message-ID: <3FCEA726F7253C4FAC829227E83E0514018B76D9CD@USPHO-MXVS05.amer.thermo.com> References: <7E0229BE-9AB0-4B1E-BA4B-45F858B6C427@apache.org> In-Reply-To: <7E0229BE-9AB0-4B1E-BA4B-45F858B6C427@apache.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[12.199.217.100] X-Barracuda-Start-Time: 1291408784 X-Barracuda-Encrypted: AES256-SHA X-Barracuda-URL: http://usmx02.thermofisher.com:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at thermofisher.com I'd recommend using the description from the web-site. ------------------- Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic= port of the Java Lucene search engine to the C# and .NET platform utilizin= g Microsoft .NET Framework. Lucene.Net sticks to the APIs and classes used in the original Java impleme= ntation of Lucene. The API names as well as class names are preserved with = the intention of giving Lucene.Net the look and feel of the C# language and= the .NET Framework. For example, the method Hits.length() in the Java impl= ementation now reads Hits.Length() in the C# port. In addition to the APIs and classes port to C#, the algorithm of Java Lucen= e is ported to C# Lucene. This means an index created with Java Lucene is b= ack-and-forth compatible with the C# Lucene; both at reading, writing and u= pdating. In fact a Lucene index can be concurrently searched and updated us= ing Java Lucene and C# Lucene processes. ------------------- Status as I see it: - Web site update in-progress. - New releases are currently hampered by porting tool obsolescence and Luce= ne's use of Java 1.5; evaluation of alternative tools is in-progress. - Release of version 2.9.2 is on hold, awaiting construction of a release p= ackage and PMC approval. - Concern about the goals and direction of the project has led to the creat= ion of an alternative project outside ASF that intends to be a conceptual r= ather than a source code port. More Microsoft-tool-centric at the expense = of reliability and cross-platform compatibility. Most of the interest in L= ucene.Net appears to have migrated to that project. =20 - Neal -----Original Message----- From: Grant Ingersoll [mailto:gsingers@apache.org]=20 Sent: Wednesday, December 01, 2010 2:09 PM To: general list Subject: Board Report Draft Is in https://svn.apache.org/repos/asf/lucene/board-reports/2010/board-repo= rt-dec.txt Comments and additions welcome. In particular, I need reports from PyLucen= e and Lucene.NET. -Grant