org.apache.solr.core
Class ConfigSolrXmlOld

java.lang.Object
  extended by org.apache.solr.core.ConfigSolr
      extended by org.apache.solr.core.ConfigSolrXmlOld

public class ConfigSolrXmlOld
extends ConfigSolr


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.solr.core.ConfigSolr
ConfigSolr.CfgProp
 
Field Summary
static String DEF_SOLR_XML
           
static String DEFAULT_DEFAULT_CORE_NAME
           
protected static org.slf4j.Logger log
           
 
Fields inherited from class org.apache.solr.core.ConfigSolr
config, DEFAULT_CORE_ADMIN_PATH, propMap, SOLR_XML_FILE
 
Constructor Summary
ConfigSolrXmlOld(Config config, String originalXML)
           
 
Method Summary
 List<String> getAllCoreNames()
           
 Properties getCoreProperties(String coreName)
           
 CoresLocator getCoresLocator()
           
 String getDefaultCoreName()
           
 String getProperty(String coreName, String property, String defaultVal)
           
protected  String getShardHandlerFactoryConfigPath()
           
 boolean isPersistent()
           
 
Methods inherited from class org.apache.solr.core.ConfigSolr
fromConfig, fromFile, fromInputStream, fromSolrHome, fromString, get, getAdminPath, getBool, getConfig, getCoreAdminHandlerClass, getCoreLoadThreadCount, getDistributedConnectionTimeout, getDistributedSocketTimeout, getGenericCoreNodeNames, getHost, getInt, getLeaderVoteWait, getLogWatcherConfig, getManagementPath, getShardHandlerFactoryPluginInfo, getSharedLibDirectory, getSolrProperties, getTransientCacheSize, getZkClientTimeout, getZkHost, getZkHostContext, getZkHostPort, hasSchemaCache, readProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log

DEFAULT_DEFAULT_CORE_NAME

public static final String DEFAULT_DEFAULT_CORE_NAME
See Also:
Constant Field Values

DEF_SOLR_XML

public static final String DEF_SOLR_XML
See Also:
Constant Field Values
Constructor Detail

ConfigSolrXmlOld

public ConfigSolrXmlOld(Config config,
                        String originalXML)
Method Detail

getShardHandlerFactoryConfigPath

protected String getShardHandlerFactoryConfigPath()
Specified by:
getShardHandlerFactoryConfigPath in class ConfigSolr

getCoresLocator

public CoresLocator getCoresLocator()
Specified by:
getCoresLocator in class ConfigSolr

isPersistent

public boolean isPersistent()
Specified by:
isPersistent in class ConfigSolr

getDefaultCoreName

public String getDefaultCoreName()
Overrides:
getDefaultCoreName in class ConfigSolr

getAllCoreNames

public List<String> getAllCoreNames()

getProperty

public String getProperty(String coreName,
                          String property,
                          String defaultVal)

getCoreProperties

public Properties getCoreProperties(String coreName)


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