org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy
|
org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy
|
org.apache.lucene.codecs.appending.AppendingCodec
This codec is read-only: as the functionality has been folded
into the default codec. Its only for convenience to read old segments.
|
org.apache.lucene.codecs.appending.AppendingTermsReader
Only for reading old Appending segments
|
org.apache.lucene.analysis.ar.ArabicLetterTokenizer
|
org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
(3.1) Use StandardTokenizerFactory instead.
|
org.apache.lucene.document.ByteDocValuesField
|
org.apache.lucene.queries.function.valuesource.ByteFieldSource |
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.ChineseFilterFactory
|
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.cn.ChineseTokenizerFactory
|
org.apache.lucene.analysis.cjk.CJKTokenizer
Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and LowerCaseFilter instead.
|
org.apache.lucene.analysis.cjk.CJKTokenizerFactory
|
org.apache.lucene.collation.CollationKeyFilter
|
org.apache.lucene.collation.CollationKeyFilterFactory
|
org.apache.lucene.document.DerefBytesDocValuesField
|
org.apache.lucene.analysis.nl.DutchStemFilter
|
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.search.FieldComparator.ByteComparator |
org.apache.lucene.search.FieldComparator.ShortComparator |
org.apache.lucene.analysis.fr.FrenchStemFilter
|
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.queryparser.flexible.standard.processors.GroupQueryNodeProcessor
|
org.apache.lucene.util.IndexableBinaryStringTools
|
org.apache.lucene.analysis.in.IndicTokenizer
|
org.apache.lucene.document.IntDocValuesField
|
org.apache.lucene.document.LongDocValuesField
|
org.apache.lucene.codecs.lucene3x.Lucene3xCodec
Only for reading existing 3.x indexes
|
org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
(4.0) This is only used to read indexes created
before 4.0.
|
org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoReader
Only for reading existing 3.x indexes
|
org.apache.lucene.codecs.lucene40.Lucene40Codec
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene40.Lucene40DocValuesFormat
Only for reading old 4.0 and 4.1 segments
|
org.apache.lucene.codecs.lucene40.Lucene40FieldInfosFormat
Only for reading old 4.0 and 4.1 segments
|
org.apache.lucene.codecs.lucene40.Lucene40NormsFormat
Only for reading old 4.0 and 4.1 segments
|
org.apache.lucene.codecs.lucene40.Lucene40PostingsBaseFormat
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene40.Lucene40PostingsReader
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoFormat
Only for reading old 4.0-4.5 segments, and supporting IndexWriter.addIndexes
|
org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoReader
Only for reading old 4.0-4.5 segments
|
org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter |
org.apache.lucene.codecs.lucene40.Lucene40SkipListReader
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene41.Lucene41Codec
Only for reading old 4.0 segments
|
org.apache.lucene.codecs.lucene42.Lucene42Codec
Only for reading old 4.2 segments
|
org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
Only for reading old 4.2 segments
|
org.apache.lucene.codecs.lucene42.Lucene42FieldInfosFormat
Only for reading old 4.2-4.5 segments
|
org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer |
org.apache.lucene.analysis.ngram.Lucene43NGramTokenizer |
org.apache.lucene.codecs.lucene45.Lucene45Codec
Only for reading old 4.3-4.5 segments
|
org.apache.lucene.analysis.miscellaneous.Lucene47WordDelimiterFilter |
org.apache.lucene.document.PackedLongDocValuesField
|
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
(4.0) use the pattern-based analysis in the analysis/pattern package instead.
|
org.apache.lucene.analysis.position.PositionFilter
(4.4) PositionFilter makes TokenStream graphs inconsistent
which can cause highlighting bugs. Its main use-case being to make
QueryParser
generate boolean queries instead of phrase queries, it is now advised to use
QueryParser.setAutoGeneratePhraseQueries(boolean)
(for simple cases) or to override QueryParser.newFieldQuery .
|
org.apache.lucene.analysis.position.PositionFilterFactory
(4.4)
|
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.ru.RussianLetterTokenizerFactory
|
org.apache.lucene.analysis.cn.smart.SentenceTokenizer
|
org.apache.lucene.document.ShortDocValuesField
|
org.apache.lucene.queries.function.valuesource.ShortFieldSource |
org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
org.apache.lucene.sandbox.queries.SlowCollatedTermRangeTermsEnum
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
This class will be removed in Lucene 5.0
|
org.apache.lucene.sandbox.queries.SlowFuzzyQuery
|
org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum
|
org.apache.lucene.analysis.cn.smart.SmartChineseSentenceTokenizerFactory
|
org.apache.lucene.analysis.cn.smart.SmartChineseWordTokenFilterFactory
|
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.document.SortedBytesDocValuesField
|
org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31 |
org.apache.lucene.analysis.standard.std34.StandardTokenizerImpl34 |
org.apache.lucene.analysis.standard.std40.StandardTokenizerImpl40 |
org.apache.lucene.document.StraightBytesDocValuesField
|
org.apache.lucene.analysis.th.ThaiWordFilter
|
org.apache.lucene.analysis.th.ThaiWordFilterFactory
|
org.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31 |
org.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34 |
org.apache.lucene.analysis.standard.std36.UAX29URLEmailTokenizerImpl36 |
org.apache.lucene.analysis.standard.std40.UAX29URLEmailTokenizerImpl40 |
org.apache.lucene.analysis.cn.smart.WordTokenFilter
|