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/11/21 23:03:26 UTC

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

Author: dnaber
Date: Mon Nov 21 14:03:20 2005
New Revision: 348001

URL: http://svn.apache.org/viewcvs?rev=348001&view=rev
Log:
document LengthFilter, ISOLatin1AccentFilter, and KeywordAnalyzer

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=348001&r1=348000&r2=348001&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Mon Nov 21 14:03:20 2005
@@ -187,6 +187,18 @@
     It's very useful for searching across multiple fields.
     (Chuck Williams via Yonik Seeley, LUCENE-323)
 
+28. New class ISOLatin1AccentFilter that replaces accented characters in the ISO 
+    Latin 1 character set by their unaccented equivalent.
+    (Sven Duzont via Erik Hatcher)
+
+29. New class KeywordAnalyzer. "Tokenizes" the entire stream as a single token.
+    This is useful for data like zip codes, ids, and some product names.
+    (Erik Hatcher)
+
+30. Copied LengthFilter from contrib area to core. Removes words that are too 
+    long and too short from the stream.
+    (David Spencer via Otis and Daniel)
+
 API Changes
 
  1. Several methods and fields have been deprecated. The API documentation