-
Classes Class Description org.apache.lucene.store.RAMDirectory This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMFile This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMInputStream This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMOutputStream This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.SimpleFSDirectory This class is a less efficient implementation of what's available inNIOFSDirectory, and will be removed in future versions of Lucene.
-
Constructors Constructor Description org.apache.lucene.search.SynonymQuery(Term...) Please use aSynonymQuery.Builderinstead.