Java org.apache.solr.core CoreContainer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.core CoreContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.core CoreContainer.

The text is from its open source code.

Subclass

org.apache.solr.core.CoreContainer has subclasses.
Click this link to see all its subclasses.

Constructor

CoreContainer(NodeConfig config, Properties properties)
CoreContainer(SolrResourceLoader loader)
Create a new CoreContainer using the given SolrResourceLoader.
CoreContainer(String solrHome)
Create a new CoreContainer using the given solr home directory.
CoreContainer(NodeConfig config)
Create a new CoreContainer using the given SolrResourceLoader, configuration and CoresLocator.
CoreContainer(Object testConstructor)
This method allows subclasses to construct a CoreContainer without any default init behavior.
CoreContainer()
Create a new CoreContainer using system properties to detect the solr home directory.
CoreContainer(NodeConfig config, Properties properties, boolean asyncSolrCoreLoad)
CoreContainer(NodeConfig config, Properties properties, CoresLocator locator)

Method

SolrCorecreate(String coreName, Path instancePath, Map parameters, boolean newCollection)
Creates a new core in a specified instance directory, publishing the core state to the cluster
CoreContainercreateAndLoad(Path solrHome, Path configFile)
Create a new CoreContainer and load its cores
CollectiongetAllCoreNames()
get a list of all the cores that are currently known, whether currently loaded or not
SolrCoregetCore(String name)
Gets a core by name and increase its refcount.
CollectiongetCores()
CoreAdminHandlergetMultiCoreHandler()
StringgetSolrHome()
ZkControllergetZkController()
booleanisLoaded(String name)
Determines whether the core is already loaded or not but does NOT load the core
booleanisZooKeeperAware()
voidload()
Load the cores defined for this CoreContainer
voidshutdown()