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 gs...@apache.org on 2008/01/24 16:01:09 UTC

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

Author: gsingers
Date: Thu Jan 24 07:01:03 2008
New Revision: 614892

URL: http://svn.apache.org/viewvc?rev=614892&view=rev
Log:
LUCENE-1137

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=614892&r1=614891&r2=614892&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Jan 24 07:01:03 2008
@@ -1,4 +1,4 @@
-Lucene Change Log
+Lucene Change Log
 $Id$
 
 ======================= Trunk (not yet released) =======================
@@ -11,6 +11,9 @@
     
 New features
 
+1. LUCENE-1137: Added Token.set/getFlags() accessors for passing more information about a Token through the analysis
+    process.  The flag is not indexed/stored and is thus only used by analysis.
+
 Optimizations
 
 Documentation
@@ -19,7 +22,7 @@
 
 Test Cases
 
-======================= Release 2.3.0 2008-01-23 =======================
+======================= Release 2.3.0 2008-01-21 =======================
 
 Changes in runtime behavior