|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
org.apache.lucene.benchmark.Benchmarker
Use the Task based benchmarker |
|
org.apache.lucene.benchmark.BenchmarkOptions
Use the task based approach instead |
Deprecated Classes | |
---|---|
org.apache.lucene.benchmark.AbstractBenchmarker
Use the Task based benchmarker |
|
org.apache.lucene.document.DateField
If you build a new index, use DateTools instead. This class is included for use with existing
indices and will be removed in a future release. |
|
org.apache.lucene.index.IndexModifier
Please use IndexWriter instead. |
|
org.apache.lucene.search.QueryFilter
use a CachingWrapperFilter with QueryWrapperFilter |
|
org.apache.lucene.benchmark.standard.ReutersQueries
Use Task based benchmarker |
|
org.apache.lucene.benchmark.standard.StandardBenchmarker
use the byTask code instead. See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/benchmark/byTask/package-summary.html . |
|
org.apache.lucene.benchmark.standard.StandardOptions
Use the Task based stuff instead |
|
org.apache.lucene.analysis.nl.WordlistLoader
use WordlistLoader instead |
Deprecated Fields | |
---|---|
org.apache.lucene.analysis.standard.StandardTokenizer.ACRONYM_DEP
this solves a bug where HOSTs that end with '.' are identified as ACRONYMs. It is deprecated and will be removed in the next release. |
|
org.apache.lucene.index.IndexWriter.DEFAULT_MAX_MERGE_DOCS
|
|
org.apache.lucene.index.IndexWriter.DEFAULT_MERGE_FACTOR
|
|
org.apache.lucene.store.FSDirectory.LOCK_DIR
As of 2.1, LOCK_DIR is unused
because the write.lock is now stored by default in the
index directory. If you really want to store locks
elsewhere you can create your own SimpleFSLockFactory (or NativeFSLockFactory ,
etc.) passing in your preferred lock directory. Then,
pass this LockFactory instance to one of
the getDirectory methods that take a
lockFactory (for example, FSDirectory.getDirectory(String, LockFactory) ). |
|
org.apache.lucene.analysis.standard.StandardTokenizer.tokenImage
Please use StandardTokenizer.TOKEN_TYPES instead |
|
org.apache.lucene.wikipedia.analysis.WikipediaTokenizer.tokenImage
Please use WikipediaTokenizer.TOKEN_TYPES instead |
Deprecated Constructors | |
---|---|
org.apache.lucene.demo.html.HTMLParser(File)
Use HTMLParser(FileInputStream) instead |
|
org.apache.lucene.index.IndexReader(Directory)
- use IndexReader() |
|
org.apache.lucene.analysis.standard.StandardAnalyzer(boolean)
Remove in 3.X and make true the only valid value |
|
org.apache.lucene.analysis.standard.StandardAnalyzer(File, boolean)
Remove in 3.X and make true the only valid value |
|
org.apache.lucene.analysis.standard.StandardAnalyzer(Reader, boolean)
Remove in 3.X and make true the only valid value |
|
org.apache.lucene.analysis.standard.StandardAnalyzer(Set, boolean)
Remove in 3.X and make true the only valid value |
|
org.apache.lucene.analysis.standard.StandardAnalyzer(String[], boolean)
Remove in 3.X and make true the only valid value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |