Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 34369 invoked from network); 1 Jun 2006 21:33:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2006 21:33:13 -0000 Received: (qmail 48747 invoked by uid 500); 1 Jun 2006 21:33:12 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 48724 invoked by uid 500); 1 Jun 2006 21:33:12 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 48708 invoked by uid 99); 1 Jun 2006 21:33:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 14:33:12 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 14:33:12 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ECE571A983E; Thu, 1 Jun 2006 14:32:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r410970 - /lucene/java/trunk/CHANGES.txt Date: Thu, 01 Jun 2006 21:32:51 -0000 To: java-commits@lucene.apache.org From: yonik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060601213251.ECE571A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: yonik Date: Thu Jun 1 14:32:51 2006 New Revision: 410970 URL: http://svn.apache.org/viewvc?rev=410970&view=rev Log: ISOLatin1AccentFilter fails to preserve positionIncrement: LUCENE-583 Modified: lucene/java/trunk/CHANGES.txt Modified: lucene/java/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=410970&r1=410969&r2=410970&view=diff ============================================================================== --- lucene/java/trunk/CHANGES.txt (original) +++ lucene/java/trunk/CHANGES.txt Thu Jun 1 14:32:51 2006 @@ -19,6 +19,9 @@ didn't work because it used a QueryParser method that had been removed (Daniel Naber) + 2. LUCENE-583: ISOLatin1AccentFilter fails to preserve positionIncrement + (Yonik Seeley) + Optimizations 1. LUCENE-586: TermDocs.skipTo() is now more efficient for multi-segment