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 dn...@apache.org on 2005/10/23 13:41:06 UTC

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

Author: dnaber
Date: Sun Oct 23 04:41:00 2005
New Revision: 327782

URL: http://svn.apache.org/viewcvs?rev=327782&view=rev
Log:
document fix for Korean tokenization; document URL for old bugs

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=327782&r1=327781&r2=327782&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sun Oct 23 04:41:00 2005
@@ -217,6 +217,9 @@
     the original token.
     (Yonik Seeley via Erik Hatcher, LUCENE-437)
 
+12. Added Unicode range to fix tokenization of Korean
+    (Otis, http://issues.apache.org/jira/browse/LUCENE-444)
+
 Optimizations
      
  1. Disk usage (peak requirements during indexing and optimization)
@@ -270,6 +273,9 @@
 
  2. Lucene's issue tracker has migrated from Bugzilla to JIRA.
     Lucene's JIRA is at http://issues.apache.org/jira/browse/LUCENE
+    The old issues are still available at
+    http://issues.apache.org/bugzilla/show_bug.cgi?id=xxxx
+    (use the bug number instead of xxxx)
 
 
 1.4.3