Uses of Class
org.apache.solr.core.CachingDirectoryFactory
-
Packages that use CachingDirectoryFactory Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of CachingDirectoryFactory in org.apache.solr.core
Subclasses of CachingDirectoryFactory in org.apache.solr.core Modifier and Type Class Description classByteBuffersDirectoryFactoryFactory to instantiateByteBuffersDirectoryclassEphemeralDirectoryFactoryDirectory 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.
-