| Class and Description |
|---|
| org.apache.lucene.store.RAMDirectory
This class uses inefficient synchronization and is discouraged
in favor of
MMapDirectory. It will be removed in future versions
of Lucene. |
| org.apache.lucene.store.RAMFile
This class uses inefficient synchronization and is discouraged
in favor of
MMapDirectory. It will be removed in future versions
of Lucene. |
| org.apache.lucene.store.RAMInputStream
This class uses inefficient synchronization and is discouraged
in favor of
MMapDirectory. It will be removed in future versions
of Lucene. |
| org.apache.lucene.store.RAMOutputStream
This class uses inefficient synchronization and is discouraged
in favor of
MMapDirectory. It will be removed in future versions
of Lucene. |
| Constructor and Description |
|---|
| org.apache.lucene.search.SynonymQuery(Term...)
Please use a
SynonymQuery.Builder instead. |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.