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 16CCB6709 for ; Mon, 16 May 2011 14:39:53 +0000 (UTC) Received: (qmail 26499 invoked by uid 500); 16 May 2011 14:39:53 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 26476 invoked by uid 500); 16 May 2011 14:39:52 -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 26469 invoked by uid 99); 16 May 2011 14:39:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2011 14:39:52 +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; Mon, 16 May 2011 14:39:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0441A2388994; Mon, 16 May 2011 14:39:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Mon, 16 May 2011 14:39:29 -0000 To: lucene-net-commits@lucene.apache.org From: digy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110516143930.0441A2388994@eris.apache.org> Subject: [Lucene.Net] svn commit: r1103754 - /incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs FROM 2.9.4.txt Author: digy Date: Mon May 16 14:39:29 2011 New Revision: 1103754 URL: http://svn.apache.org/viewvc?rev=1103754&view=rev Log: [LUCENENET-412] Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs FROM 2.9.4.txt Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs FROM 2.9.4.txt URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs%20FROM%202.9.4.txt?rev=1103754&r1=1103753&r2=1103754&view=diff ============================================================================== --- incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs FROM 2.9.4.txt (original) +++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/DIFFs FROM 2.9.4.txt Mon May 16 14:39:29 2011 @@ -8,15 +8,15 @@ * "foreach" instead of "GetEnumerator/MoveNext" (not completed yet) -* IDisposable for classes that implement "Close" method - * LUCENENET-172 (fix for unexceptional exceptions ecountered in FastCharStream) * LUCENENET-266 Refactoring SupportClass -* LUCENENET-361 Workaround for a Mono C# compiler issue +* Obsolete Similarity.Net removed (Query.Net replaces it) -CONTRIB: +------------------------------------------------------------------------------- -* LUCENENET-330 Search.Regex Minimal Port -* LUCENENET-371 Unit test for Search.Regex port \ No newline at end of file +A few API changes like: +* StopAnalyzer(List stopWords) +* Query.ExtractTerms(ICollection) +* TopDocs.TotalHits, TopDocs.ScoreDocs