Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
Modifier and Type | Class and Description |
---|---|
class |
MMapDirectoryFactory
Directly provide MMapDirectory instead of relying on
FSDirectory.open(java.nio.file.Path) . |
class |
MockFSDirectoryFactory
Opens a directory with
LuceneTestCase.newFSDirectory(Path) |
class |
NIOFSDirectoryFactory
Factory to instantiate
NIOFSDirectory |
class |
NRTCachingDirectoryFactory
Factory to instantiate
NRTCachingDirectory |
class |
SimpleFSDirectoryFactory
Factory to instantiate
SimpleFSDirectory |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.