Uses of Class
org.apache.solr.core.NodeConfig
-
Packages that use NodeConfig Package Description org.apache.solr.client.solrj.embedded SolrJ client implementations for embedded solr access.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of NodeConfig in org.apache.solr.client.solrj.embedded
Constructors in org.apache.solr.client.solrj.embedded with parameters of type NodeConfig Constructor Description EmbeddedSolrServer(NodeConfig nodeConfig, String defaultCoreName)Create an EmbeddedSolrServer using a NodeConfig -
Uses of NodeConfig in org.apache.solr.core
Fields in org.apache.solr.core declared as NodeConfig Modifier and Type Field Description protected NodeConfigCoreContainer. cfgMethods in org.apache.solr.core that return NodeConfig Modifier and Type Method Description NodeConfigNodeConfig.NodeConfigBuilder. build()static NodeConfigSolrXmlConfig. fromConfig(Path solrHome, Properties substituteProperties, boolean fromZookeeper, org.apache.solr.common.ConfigNode root, SolrResourceLoader loader)static NodeConfigSolrXmlConfig. fromFile(Path solrHome, Path configFile, Properties substituteProps)static NodeConfigSolrXmlConfig. fromInputStream(Path solrHome, InputStream is, Properties substituteProps)static NodeConfigSolrXmlConfig. fromInputStream(Path solrHome, InputStream is, Properties substituteProps, boolean fromZookeeper)static NodeConfigSolrXmlConfig. fromSolrHome(Path solrHome, Properties substituteProps)static NodeConfigSolrXmlConfig. fromString(Path solrHome, String xml)TEST-ONLYNodeConfigCoreContainer. getConfig()NodeConfigCoreContainer. getNodeConfig()static NodeConfigNodeConfig. loadNodeConfig(Path solrHome, Properties nodeProperties)Get the NodeConfig whether stored on disk, in ZooKeeper, etc.Constructors in org.apache.solr.core with parameters of type NodeConfig Constructor Description CoreContainer(NodeConfig config)Create a new CoreContainer using the given configuration.CoreContainer(NodeConfig config, boolean asyncSolrCoreLoad)CoreContainer(NodeConfig config, CoresLocator locator)Create a new CoreContainer using the given configuration and locator.CoreContainer(NodeConfig config, CoresLocator locator, boolean asyncSolrCoreLoad) -
Uses of NodeConfig in org.apache.solr.security
Methods in org.apache.solr.security with parameters of type NodeConfig Modifier and Type Method Description static AllowListUrlCheckerAllowListUrlChecker. create(NodeConfig config)Creates a URL checker based on theNodeConfigproperty to configure the allowed URLs.
-