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. |
org.apache.lucene.store.SimpleFSDirectory
This class is a less efficient implementation of what's available
in
NIOFSDirectory , and 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-2021 Apache Software Foundation. All Rights Reserved.