| Package | Description |
|---|---|
| org.apache.solr.core | |
| org.apache.solr.search | |
| org.apache.solr.update |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingDirectoryFactory
A
DirectoryFactory impl base class for caching Directory instances
per path. |
class |
MMapDirectoryFactory
Directly provide MMapDirectory instead of relying on
FSDirectory.open(java.io.File)
Can set the following parameters:
unmap -- See MMapDirectory.setUseUnmap(boolean)
maxChunkSize -- The Max chunk size. |
class |
NIOFSDirectoryFactory
Factory to instantiate
NIOFSDirectory |
class |
NRTCachingDirectoryFactory
Factory to instantiate
NRTCachingDirectory |
class |
RAMDirectoryFactory
Factory to instantiate
RAMDirectory |
class |
SimpleFSDirectoryFactory
Factory to instantiate
SimpleFSDirectory |
class |
StandardDirectoryFactory
Directory provider which mimics original Solr
FSDirectory based behavior. |
| Modifier and Type | Method and Description |
|---|---|
DirectoryFactory |
SolrCore.getDirectoryFactory() |
| Constructor and Description |
|---|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
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) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryFactory |
DefaultSolrCoreState.getDirectoryFactory() |
abstract DirectoryFactory |
SolrCoreState.getDirectoryFactory() |
| Constructor and Description |
|---|
DefaultSolrCoreState(DirectoryFactory directoryFactory) |
SolrIndexWriter(String name,
String path,
DirectoryFactory directoryFactory,
boolean create,
IndexSchema schema,
SolrIndexConfig config,
IndexDeletionPolicy delPolicy,
Codec codec,
boolean forceNewDirectory) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.