| Class and Description | 
|---|
| org.apache.lucene.analysis.ar.ArabicLetterTokenizer (3.1) Use  StandardTokenizerinstead. | 
| org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory (3.1) Use StandardTokenizerFactory instead. | 
| org.apache.lucene.analysis.cn.ChineseAnalyzer (3.1) Use  StandardAnalyzerinstead, which has the same functionality.
 This analyzer will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.cn.ChineseFilter (3.1) Use  StopFilterinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.cn.ChineseFilterFactory Use  StopFilterFactoryinstead. | 
| org.apache.lucene.analysis.cn.ChineseTokenizer (3.1) Use  StandardTokenizerinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.cn.ChineseTokenizerFactory Use  StandardTokenizerFactoryinstead. | 
| org.apache.lucene.analysis.cjk.CJKTokenizer Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and LowerCaseFilter instead. | 
| org.apache.lucene.analysis.cjk.CJKTokenizerFactory Use  CJKBigramFilterFactoryinstead. | 
| org.apache.lucene.collation.CollationKeyFilter Use  CollationAttributeFactoryinstead, which encodes
  terms directly as bytes. This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.collation.CollationKeyFilterFactory use  CollationKeyAnalyzerinstead. | 
| org.apache.lucene.analysis.nl.DutchStemFilter (3.1) Use  SnowballFilterwithDutchStemmerinstead, which has the
 same functionality. This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.nl.DutchStemmer (3.1) Use  DutchStemmerinstead, 
 which has the same functionality. This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.fr.FrenchStemFilter (3.1) Use  SnowballFilterwithFrenchStemmerinstead, which has the
 same functionality. This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.fr.FrenchStemmer Use  FrenchStemmerinstead, 
 which has the same functionality. This filter will be removed in Lucene 4.0 | 
| org.apache.lucene.analysis.in.IndicTokenizer (3.6) Use  StandardTokenizerinstead. | 
| org.apache.lucene.analysis.miscellaneous.PatternAnalyzer (4.0) use the pattern-based analysis in the analysis/pattern package instead. | 
| org.apache.lucene.analysis.ru.RussianLetterTokenizer (3.1) Use  StandardTokenizerinstead, which has the same functionality.
 This filter will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.ru.RussianLetterTokenizerFactory Use  StandardTokenizerFactoryinstead.
  This tokenizer has no Russian-specific functionality. | 
| org.apache.lucene.analysis.snowball.SnowballAnalyzer (3.1) Use the language-specific analyzer in modules/analysis instead. 
 This analyzer will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31 This class is only for exact backwards compatibility | 
| org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34 This class is only for exact backwards compatibility | 
| org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31 This class is only for exact backwards compatibility | 
| org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34 This class is only for exact backwards compatibility | 
| org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36 This class is only for exact backwards compatibility | 
| Constructor and Description | 
|---|
| org.apache.lucene.collation.CollationKeyAnalyzer(Collator) Use  CollationKeyAnalyzer.CollationKeyAnalyzer(Version, Collator)and specify a version instead. This ctor will be removed in Lucene 5.0 | 
| org.apache.lucene.analysis.en.EnglishPossessiveFilter(TokenStream) | 
| org.apache.lucene.analysis.pattern.PatternReplaceCharFilter(Pattern, String, int, String, Reader) | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.