-
Interfaces Interface Description org.apache.lucene.analysis.tokenattributes.TermAttribute UseCharTermAttributeinstead.org.apache.lucene.search.Searchable In 4.0 this interface is removed/absorbed into IndexSearcher
-
Classes Class Description org.apache.lucene.analysis.CharArraySet.CharArraySetIterator Use the standard iterator, which returnschar[]instances.org.apache.lucene.analysis.ISOLatin1AccentFilter If you build a new index, useASCIIFoldingFilterwhich covers a superset of Latin 1. This class is included for use with existing indexes and will be removed in a future release (possibly Lucene 4.0).org.apache.lucene.analysis.standard.std31.StandardTokenizerImpl31 This class is only for exact backwards compatibilityorg.apache.lucene.analysis.standard.std31.UAX29URLEmailTokenizerImpl31 This class is only for exact backwards compatibilityorg.apache.lucene.analysis.standard.std34.UAX29URLEmailTokenizerImpl34 This class is only for exact backwards compatibilityorg.apache.lucene.analysis.tokenattributes.TermAttributeImpl This class is not used anymore. The backwards layer in AttributeFactory uses the replacement implementation.org.apache.lucene.document.DateField If you build a new index, useDateToolsorNumericFieldinstead. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).org.apache.lucene.document.NumberTools For new indexes useNumericUtilsinstead, which provides a sortable binary representation (prefix encoded) of numeric values. To index and efficiently query numeric values useNumericFieldandNumericRangeQuery. This class is included for use with existing indices and will be removed in a future release (possibly Lucene 4.0).org.apache.lucene.index.IndexWriter.MaxFieldLength useLimitTokenCountAnalyzerinstead.org.apache.lucene.index.PayloadProcessorProvider.DirPayloadProcessor UsePayloadProcessorProvider.ReaderPayloadProcessorinstead.org.apache.lucene.search.FilterManager used by remote package which is deprecated as well. You should useCachingWrapperFilterif you wish to cacheFilters.org.apache.lucene.search.MultiSearcher If you are using MultiSearcher over IndexSearchers, please use MultiReader instead; this class does not properly handle certain kinds of queries (see LUCENE-2756).org.apache.lucene.search.ParallelMultiSearcher Please pass an ExecutorService toIndexSearcher, instead.org.apache.lucene.search.Searcher In 4.0 this abstract class is removed/absorbed into IndexSearcherorg.apache.lucene.search.SimilarityDelegator this class will be removed in 4.0. Please subclassSimilarityorDefaultSimilarityinstead.org.apache.lucene.util.Parameter Use Java 5 enum, will be removed in a later Lucene 3.x release.org.apache.lucene.util.ScorerDocQueue
-
Enum Constants Enum Constant Description org.apache.lucene.util.Version.LUCENE_20 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_21 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_22 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_23 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_24 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_29 (3.1) Use latestorg.apache.lucene.util.Version.LUCENE_CURRENT Use an actual version instead.