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 ofSolrCores -
-
Uses of CoresLocator in org.apache.solr.core
Classes in org.apache.solr.core that implement CoresLocator Modifier and Type Class Description classCorePropertiesLocatorPersists CoreDescriptors as properties filesFields in org.apache.solr.core declared as CoresLocator Modifier and Type Field Description protected CoresLocatorCoreContainer. coresLocatorMethods in org.apache.solr.core that return CoresLocator Modifier and Type Method Description CoresLocatorCoreContainer. getCoresLocator()static CoresLocatorCoresLocator. 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)
-