Uses of Interface
org.apache.solr.core.CoresLocator
-
Packages that use CoresLocator Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
s -
-
Uses of CoresLocator in org.apache.solr.core
Classes in org.apache.solr.core that implement CoresLocator Modifier and Type Class Description class
CorePropertiesLocator
Persists CoreDescriptors as properties filesFields in org.apache.solr.core declared as CoresLocator Modifier and Type Field Description protected CoresLocator
CoreContainer. coresLocator
Methods in org.apache.solr.core that return CoresLocator Modifier and Type Method Description CoresLocator
CoreContainer. getCoresLocator()
static CoresLocator
CoresLocator. instantiate(NodeConfig nodeConfig)
Returns a new instance ofCoresLocator
, depending on provided config.Constructors in org.apache.solr.core with parameters of type CoresLocator Constructor Description CoreContainer(NodeConfig config, CoresLocator locator)
Create a new CoreContainer using the given configuration and locator.CoreContainer(NodeConfig config, CoresLocator locator, boolean asyncSolrCoreLoad)
-