Uses of Class
org.apache.solr.core.DirectoryFactory
-
Packages that use DirectoryFactory Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.update APIs and classes for managing index updates -
-
Uses of DirectoryFactory in org.apache.solr.core
Subclasses of DirectoryFactory in org.apache.solr.core Modifier and Type Class Description classByteBuffersDirectoryFactoryFactory to instantiateByteBuffersDirectoryclassCachingDirectoryFactoryADirectoryFactoryimpl base class for caching Directory instances per path.classEphemeralDirectoryFactoryDirectory provider for implementations that do not persist over reboots.classMMapDirectoryFactoryDirectly provide MMapDirectory instead of relying onFSDirectory.open(java.nio.file.Path).classNIOFSDirectoryFactoryFactory to instantiateNIOFSDirectoryclassNRTCachingDirectoryFactoryFactory to instantiateNRTCachingDirectoryclassRAMDirectoryFactoryFactory to instantiate RAM-resident directory implementation.classStandardDirectoryFactoryDirectory provider which mimics original SolrFSDirectorybased behavior.Methods in org.apache.solr.core that return DirectoryFactory Modifier and Type Method Description DirectoryFactorySolrCore. getDirectoryFactory() -
Uses of DirectoryFactory in org.apache.solr.search
Constructors in org.apache.solr.search with parameters of type DirectoryFactory Constructor Description SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, String name, org.apache.lucene.index.DirectoryReader r, boolean closeReader, boolean enableCache, boolean reserveDirectory, DirectoryFactory directoryFactory)SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, SolrIndexConfig config, String name, boolean enableCache, DirectoryFactory directoryFactory) -
Uses of DirectoryFactory in org.apache.solr.update
Methods in org.apache.solr.update that return DirectoryFactory Modifier and Type Method Description DirectoryFactoryDefaultSolrCoreState. getDirectoryFactory()abstract DirectoryFactorySolrCoreState. getDirectoryFactory()Methods in org.apache.solr.update with parameters of type DirectoryFactory Modifier and Type Method Description static SolrIndexWriterSolrIndexWriter. create(SolrCore core, String name, String path, DirectoryFactory directoryFactory, boolean create, IndexSchema schema, SolrIndexConfig config, org.apache.lucene.index.IndexDeletionPolicy delPolicy, org.apache.lucene.codecs.Codec codec)Constructors in org.apache.solr.update with parameters of type DirectoryFactory Constructor Description DefaultSolrCoreState(DirectoryFactory directoryFactory)Deprecated.DefaultSolrCoreState(DirectoryFactory directoryFactory, RecoveryStrategy.Builder recoveryStrategyBuilder)
-