Package org.apache.solr.core

Interface Summary
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 Summary
AbstractSolrEventListener  
CachingDirectoryFactory A DirectoryFactory impl base class for caching Directory instances per path.
CloseHook Used to request notification when the core is closed.
CodecFactory Factory for plugging in a custom Codec
Config  
CoreContainer  
CoreContainer.Initializer  
CoreDescriptor A Solr core descriptor
DefaultCodecFactory Default CodecFactory implementation, extends Lucene's and returns postings format implementations according to the schema configuration.
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
NRTCachingDirectoryFactory Factory to instantiate NRTCachingDirectory
PluginInfo An Object which represents a Plugin of any type
QuerySenderListener  
RAMDirectoryFactory Factory to instantiate RAMDirectory
RequestHandlers  
RequestHandlers.LazyRequestHandlerWrapper The LazyRequestHandlerWrapper wraps any SolrRequestHandler.
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.
SolrResourceLoader  
SolrXMLSerializer  
SolrXMLSerializer.SolrCoreXMLDef  
SolrXMLSerializer.SolrXMLDef  
StandardDirectoryFactory Directory provider which mimics original Solr FSDirectory based behavior.
StandardIndexReaderFactory Default IndexReaderFactory implementation.
 

Enum Summary
SolrConfig.HttpCachingConfig.LastModFrom  
SolrInfoMBean.Category  
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.