Uses of Class
org.apache.solr.core.CoreContainer

Packages that use CoreContainer
org.apache.solr.client.solrj.embedded SolrJ client implementations for embedded solr access. 
org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. 
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.handler.admin SolrRequestHandler implementations for powering he Solr Admin UI 
org.apache.solr.logging APIs related to capturing log event info in the LoggingHandler 
org.apache.solr.logging.jul JUL based implementation of LogWatcher 
org.apache.solr.logging.log4j Log4j based implementation of LogWatcher 
org.apache.solr.servlet Servlet related classes for powering the Solr HTTP API 
org.apache.solr.update APIs and classes for managing index updates 
 

Uses of CoreContainer in org.apache.solr.client.solrj.embedded
 

Fields in org.apache.solr.client.solrj.embedded declared as CoreContainer
protected  CoreContainer EmbeddedSolrServer.coreContainer
           
 

Methods in org.apache.solr.client.solrj.embedded that return CoreContainer
 CoreContainer EmbeddedSolrServer.getCoreContainer()
          Getter method for the CoreContainer
 

Constructors in org.apache.solr.client.solrj.embedded with parameters of type CoreContainer
EmbeddedSolrServer(CoreContainer coreContainer, String coreName)
          Creates a SolrServer.
 

Uses of CoreContainer in org.apache.solr.cloud
 

Constructors in org.apache.solr.cloud with parameters of type CoreContainer
RecoveryStrategy(CoreContainer cc, CoreDescriptor cd, RecoveryStrategy.RecoveryListener recoveryListener)
           
ZkController(CoreContainer cc, String zkServerAddress, int zkClientTimeout, int zkClientConnectTimeout, String localHost, String locaHostPort, String localHostContext, String leaderVoteWait, int distribUpdateConnTimeout, int distribUpdateSoTimeout, CurrentCoreDescriptorProvider registerOnReconnect)
           
 

Uses of CoreContainer in org.apache.solr.core
 

Methods in org.apache.solr.core that return CoreContainer
 CoreContainer CoreDescriptor.getCoreContainer()
           
 CoreContainer CoreContainer.Initializer.initialize()
           
 

Methods in org.apache.solr.core with parameters of type CoreContainer
 CoreAdminHandler SolrResourceLoader.newAdminHandlerInstance(CoreContainer coreContainer, String cname, String... subpackages)
           
 

Constructors in org.apache.solr.core with parameters of type CoreContainer
ConfigSolrXml(SolrResourceLoader loader, Config cfg, CoreContainer container)
           
ConfigSolrXml(SolrResourceLoader loader, String name, InputStream is, String prefix, boolean subProps, CoreContainer container)
           
CoreDescriptor(CoreContainer container, Properties propsIn)
          CoreDescriptor - create a core descriptor given default properties from a core.properties file.
CoreDescriptor(CoreContainer container, String name, String instanceDir)
           
 

Uses of CoreContainer in org.apache.solr.handler.admin
 

Fields in org.apache.solr.handler.admin declared as CoreContainer
protected  CoreContainer CoreAdminHandler.coreContainer
           
protected  CoreContainer CollectionsHandler.coreContainer
           
 

Methods in org.apache.solr.handler.admin that return CoreContainer
 CoreContainer CoreAdminHandler.getCoreContainer()
          The instance of CoreContainer this handler handles.
 CoreContainer CollectionsHandler.getCoreContainer()
          The instance of CoreContainer this handler handles.
 

Methods in org.apache.solr.handler.admin with parameters of type CoreContainer
protected  NamedList<Object> CoreAdminHandler.getCoreStatus(CoreContainer cores, String cname, boolean isIndexInfoNeeded)
          Returns the core status for a particular core.
 

Constructors in org.apache.solr.handler.admin with parameters of type CoreContainer
CollectionsHandler(CoreContainer coreContainer)
          Overloaded ctor to inject CoreContainer into the handler.
CoreAdminHandler(CoreContainer coreContainer)
          Overloaded ctor to inject CoreContainer into the handler.
 

Uses of CoreContainer in org.apache.solr.logging
 

Methods in org.apache.solr.logging with parameters of type CoreContainer
abstract  void LogWatcher.registerListener(ListenerConfig cfg, CoreContainer container)
           
 

Uses of CoreContainer in org.apache.solr.logging.jul
 

Methods in org.apache.solr.logging.jul with parameters of type CoreContainer
 void JulWatcher.registerListener(ListenerConfig cfg, CoreContainer container)
           
 

Uses of CoreContainer in org.apache.solr.logging.log4j
 

Methods in org.apache.solr.logging.log4j with parameters of type CoreContainer
 void Log4jWatcher.registerListener(ListenerConfig cfg, CoreContainer container)
           
 

Uses of CoreContainer in org.apache.solr.servlet
 

Fields in org.apache.solr.servlet declared as CoreContainer
protected  CoreContainer SolrDispatchFilter.cores
           
 

Methods in org.apache.solr.servlet that return CoreContainer
 CoreContainer SolrDispatchFilter.getCores()
           
 

Uses of CoreContainer in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type CoreContainer
abstract  void SolrCoreState.doRecovery(CoreContainer cc, CoreDescriptor cd)
           
 void DefaultSolrCoreState.doRecovery(CoreContainer cc, CoreDescriptor cd)
           
 



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