public class NodeConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeConfig.NodeConfigBuilder |
Modifier and Type | Field and Description |
---|---|
protected SolrResourceLoader |
loader |
protected Path |
solrHome |
protected Properties |
solrProperties |
protected final Path solrHome
protected final SolrResourceLoader loader
protected final Properties solrProperties
public String getNodeName()
public Path getCoreRootDirectory()
public Path getSolrDataHome()
public Integer getBooleanQueryMaxClauseCount()
BooleanQuery.setMaxClauseCount(int)
public PluginInfo getShardHandlerFactoryPluginInfo()
public UpdateShardHandlerConfig getUpdateShardHandlerConfig()
public int getCoreLoadThreadCount(boolean zkAware)
public int getReplayUpdatesThreads()
public String getSharedLibDirectory()
public String getCoreAdminHandlerClass()
public String getCollectionsHandlerClass()
public String getHealthCheckHandlerClass()
public String getInfoHandlerClass()
public String getConfigSetsHandlerClass()
public boolean hasSchemaCache()
public String getManagementPath()
public Path getConfigSetBaseDirectory()
public LogWatcherConfig getLogWatcherConfig()
public CloudConfig getCloudConfig()
public int getTransientCacheSize()
public Properties getSolrProperties()
public Path getSolrHome()
public SolrResourceLoader getSolrResourceLoader()
public PluginInfo[] getBackupRepositoryPlugins()
public MetricsConfig getMetricsConfig()
public PluginInfo getTransientCachePluginInfo()
public PluginInfo getTracerConfiguratorPluginInfo()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.