org.apache.solr.core
Class ConfigSolrXml

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

public class ConfigSolrXml
extends ConfigSolr


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.solr.core.ConfigSolr
ConfigSolr.CfgProp
 
Field Summary
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
ConfigSolrXml(Config config)
           
 
Method Summary
 String getAdminPath()
           
 CoresLocator getCoresLocator()
           
 String getDefaultCoreName()
           
protected  String getShardHandlerFactoryConfigPath()
           
 boolean isPersistent()
           
 
Methods inherited from class org.apache.solr.core.ConfigSolr
fromConfig, fromFile, fromInputStream, fromSolrHome, fromString, get, getBool, getCollectionsHandlerClass, getConfig, getCoreAdminHandlerClass, getCoreLoadThreadCount, getCoreRootDirectory, getDistributedConnectionTimeout, getDistributedSocketTimeout, getGenericCoreNodeNames, getHost, getInfoHandlerClass, getInt, getLeaderConflictResolveWait, getLeaderVoteWait, getLogWatcherConfig, getManagementPath, getMaxUpdateConnections, getMaxUpdateConnectionsPerHost, 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
Constructor Detail

ConfigSolrXml

public ConfigSolrXml(Config config)
Method Detail

getDefaultCoreName

public String getDefaultCoreName()
Overrides:
getDefaultCoreName in class ConfigSolr

isPersistent

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

getShardHandlerFactoryConfigPath

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

getAdminPath

public String getAdminPath()
Overrides:
getAdminPath in class ConfigSolr

getCoresLocator

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


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