| Interface | Description |
|---|---|
| SolrEventListener | |
| SolrInfoMBean |
MBean interface for getting various ui friendly strings and URLs
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class | Description |
|---|---|
| CloseHook |
Used to request notification when the core is closed.
|
| Config | |
| CoreContainer | |
| CoreContainer.Initializer | |
| CoreDescriptor |
A Solr core descriptor
|
| DirectoryFactory |
Provides access to a Directory implementation.
|
| IndexDeletionPolicyWrapper |
A wrapper for an IndexDeletionPolicy instance.
|
| IndexReaderFactory |
Factory used to build a new IndexReader instance.
|
| JmxMonitoredMap<K,V> |
Responsible for finding (or creating) a MBeanServer from given configuration
and registering all SolrInfoMBean objects with JMX.
|
| 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. |
| NIOFSDirectoryFactory |
Factory to instantiate
NIOFSDirectory |
| PluginInfo |
An Object which represents a Plugin of any type
|
| RAMDirectoryFactory |
Directory provider for using lucene RAMDirectory
|
| RefCntRamDirectory | |
| SimpleFSDirectoryFactory |
Factory to instantiate
SimpleFSDirectory |
| SolrConfig |
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrConfig.HttpCachingConfig | |
| SolrConfig.JmxConfiguration | |
| SolrConfig.UpdateHandlerInfo | |
| SolrCore | |
| SolrDeletionPolicy |
Standard Solr deletion policy that allows reserving index commit points
for certain amounts of time to support features such as index replication
or snapshooting directly out of a live index directory.
|
| SolrInfoRegistry | Deprecated
Solr now supports multiple cores and no longer uses a static singleton for SolrCore.
|
| SolrResourceLoader | |
| StandardDirectoryFactory |
Directory provider which mimics original Solr FSDirectory based behavior.
|
| StandardIndexReaderFactory |
Default IndexReaderFactory implementation.
|
| Enum | Description |
|---|---|
| SolrConfig.HttpCachingConfig.LastModFrom | |
| SolrInfoMBean.Category |
| Exception | Description |
|---|---|
| SolrException | Deprecated
Use org.apache.solr.common.SolrException
|