Deprecated API


Contents
Deprecated Classes
org.apache.lucene.analysis.ar.ArabicLetterTokenizer
          (3.1) Use StandardTokenizer instead. 
org.apache.lucene.analysis.cn.ChineseAnalyzer
          (3.1) Use StandardAnalyzer instead, which has the same functionality. This analyzer will be removed in Lucene 5.0 
org.apache.lucene.analysis.cn.ChineseFilter
          (3.1) Use StopFilter instead, which has the same functionality. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.cn.ChineseTokenizer
          (3.1) Use StandardTokenizer instead, which has the same functionality. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.cjk.CJKTokenizer
          Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and LowerCaseFilter instead. 
org.apache.lucene.collation.CollationKeyFilter
          Use CollationAttributeFactory instead, which encodes terms directly as bytes. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.nl.DutchStemFilter
          (3.1) Use SnowballFilter with DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.nl.DutchStemmer
          (3.1) Use DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.fr.FrenchStemFilter
          (3.1) Use SnowballFilter with FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0 
org.apache.lucene.analysis.fr.FrenchStemmer
          Use FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 4.0 
org.apache.lucene.analysis.in.IndicTokenizer
          (3.6) Use StandardTokenizer instead. 
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 StandardTokenizer instead, which has the same functionality. This filter will be removed in Lucene 5.0 
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.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 
 

Deprecated Fields
org.apache.lucene.analysis.standard.StandardTokenizer.ACRONYM
          (3.1) 
org.apache.lucene.analysis.standard.StandardTokenizer.ACRONYM_DEP
          (3.1) 
org.apache.lucene.analysis.standard.StandardTokenizer.APOSTROPHE
          (3.1) 
org.apache.lucene.analysis.standard.StandardTokenizer.CJ
          (3.1) 
org.apache.lucene.analysis.standard.StandardTokenizer.COMPANY
          (3.1) 
org.apache.lucene.analysis.pattern.PatternReplaceCharFilter.DEFAULT_MAX_BLOCK_CHARS
           
org.apache.lucene.analysis.standard.StandardTokenizer.HOST
          (3.1) 
 

Deprecated Constructors
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)
          Use EnglishPossessiveFilter.EnglishPossessiveFilter(Version, TokenStream) instead. 
org.apache.lucene.analysis.pattern.PatternReplaceCharFilter(Pattern, String, int, String, CharStream)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.