Index: src/java/org/apache/lucene/analysis/ISOLatin1AccentFilter.java =================================================================== --- src/java/org/apache/lucene/analysis/ISOLatin1AccentFilter.java (revision 830934) +++ src/java/org/apache/lucene/analysis/ISOLatin1AccentFilter.java (working copy) @@ -31,6 +31,7 @@ * This class is included for use with existing * indexes and will be removed in a future release (possibly Lucene 4.0). */ +@Deprecated public final class ISOLatin1AccentFilter extends TokenFilter { public ISOLatin1AccentFilter(TokenStream input) { super(input); @@ -48,7 +49,7 @@ final int length = termAtt.termLength(); // If no characters actually require rewriting then we // just return token as-is: - for(int i=0;i= '\u00c0' && c <= '\uFB06') { removeAccents(buffer, length); @@ -80,7 +81,7 @@ int pos = 0; - for (int i=0; i