document LengthFilter, ISOLatin1AccentFilter, and KeywordAnalyzer

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@348001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-11-21 22:03:20 +00:00
parent e4d079faa3
commit e4c82ad613
1 changed files with 12 additions and 0 deletions

View File

@ -187,6 +187,18 @@ New features
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