mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 07:19:18 +00:00
set RussianLowerCaseFilter deprecation to 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13593aa802
commit
cc374d7efc
@ -27,7 +27,7 @@ import org.apache.lucene.analysis.tokenattributes.TermAttribute;
|
||||
/**
|
||||
* Normalizes token text to lower case.
|
||||
* @deprecated Use {@link LowerCaseFilter} instead, which has the same
|
||||
* functionality. This filter will be removed in Lucene 3.1
|
||||
* functionality. This filter will be removed in Lucene 4.0
|
||||
*/
|
||||
public final class RussianLowerCaseFilter extends TokenFilter
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user