-
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.
-
Constructors Constructor Description org.apache.lucene.search.SynonymQuery(Term...) Please use aSynonymQuery.Builderinstead.