Package | Description |
---|---|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.update |
APIs and classes for managing index updates
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuffersDirectoryFactory
Factory to instantiate
ByteBuffersDirectory |
class |
CachingDirectoryFactory
A
DirectoryFactory impl base class for caching Directory instances
per path. |
class |
EphemeralDirectoryFactory
Directory provider for implementations that do not persist over reboots.
|
class |
HdfsDirectoryFactory
Deprecated.
since 8.6; see Deprecations
|
class |
MMapDirectoryFactory
Directly provide MMapDirectory instead of relying on
FSDirectory.open(java.nio.file.Path) . |
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,
String path,
IndexSchema schema,
SolrIndexConfig config,
String name,
boolean enableCache,
DirectoryFactory directoryFactory) |
SolrIndexSearcher(SolrCore core,
String path,
IndexSchema schema,
String name,
DirectoryReader r,
boolean closeReader,
boolean enableCache,
boolean reserveDirectory,
DirectoryFactory directoryFactory) |
Modifier and Type | Method and Description |
---|---|
abstract DirectoryFactory |
SolrCoreState.getDirectoryFactory() |
DirectoryFactory |
DefaultSolrCoreState.getDirectoryFactory() |
Modifier and Type | Method and Description |
---|---|
static SolrIndexWriter |
SolrIndexWriter.create(SolrCore core,
String name,
String path,
DirectoryFactory directoryFactory,
boolean create,
IndexSchema schema,
SolrIndexConfig config,
IndexDeletionPolicy delPolicy,
Codec codec) |
Constructor and Description |
---|
DefaultSolrCoreState(DirectoryFactory directoryFactory)
Deprecated.
|
DefaultSolrCoreState(DirectoryFactory directoryFactory,
RecoveryStrategy.Builder recoveryStrategyBuilder) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.