You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by yo...@apache.org on 2006/06/01 23:32:51 UTC

svn commit: r410970 - /lucene/java/trunk/CHANGES.txt

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