Uses of Class
org.apache.solr.core.ConfigSetService
-
Packages that use ConfigSetService Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.cloud.api.collections Package related to internal implementations of the SolrCloud collections apiorg.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.core.backup Core classes for Solr's Backup/Restore functionalityorg.apache.solr.handler.configsets V2 API classes for performing CRUD operations on configsets.org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of ConfigSetService in org.apache.solr.cloud
Subclasses of ConfigSetService in org.apache.solr.cloud Modifier and Type Class Description classZkConfigSetServiceSolrCloud Zookeeper ConfigSetService impl. -
Uses of ConfigSetService in org.apache.solr.cloud.api.collections
Methods in org.apache.solr.cloud.api.collections with parameters of type ConfigSetService Modifier and Type Method Description static voidCreateCollectionCmd. createCollectionZkNode(org.apache.solr.client.solrj.cloud.DistribStateManager stateManager, String collection, Map<String,String> params, ConfigSetService configSetService) -
Uses of ConfigSetService in org.apache.solr.core
Subclasses of ConfigSetService in org.apache.solr.core Modifier and Type Class Description classFileSystemConfigSetServiceFileSystem ConfigSetService impl.Methods in org.apache.solr.core that return ConfigSetService Modifier and Type Method Description static ConfigSetServiceConfigSetService. createConfigSetService(CoreContainer coreContainer)ConfigSetServiceCoreContainer. getConfigSetService()Methods in org.apache.solr.core with parameters of type ConfigSetService Modifier and Type Method Description voidCoreContainer. setCoreConfigService(ConfigSetService configSetService) -
Uses of ConfigSetService in org.apache.solr.core.backup
Methods in org.apache.solr.core.backup with parameters of type ConfigSetService Modifier and Type Method Description voidBackupManager. downloadConfigDir(String configName, ConfigSetService configSetService)This method stores the contents of a specified Solr config at the specified location in repository.voidBackupManager. uploadConfigDir(String sourceConfigName, String targetConfigName, ConfigSetService configSetService)This method uploads the Solr configuration files to the desired location in Zookeeper. -
Uses of ConfigSetService in org.apache.solr.handler.configsets
Fields in org.apache.solr.handler.configsets declared as ConfigSetService Modifier and Type Field Description protected ConfigSetServiceConfigSetAPIBase. configSetServiceMethods in org.apache.solr.handler.configsets with parameters of type ConfigSetService Modifier and Type Method Description protected voidConfigSetAPIBase. createBaseNode(ConfigSetService configSetService, boolean overwritesExisting, boolean requestIsTrusted, String configName) -
Uses of ConfigSetService in org.apache.solr.schema
Methods in org.apache.solr.schema with parameters of type ConfigSetService Modifier and Type Method Description static IndexSchemaIndexSchemaFactory. buildIndexSchema(String resourceName, SolrConfig config, ConfigSetService configSetService)Instantiates the configured schema factory, then calls create on it.IndexSchemaIndexSchemaFactory. create(String resourceName, SolrConfig config, ConfigSetService configSetService)Returns an index schema created from a local resource.ManagedIndexSchemaManagedIndexSchemaFactory. create(String resourceName, SolrConfig config, ConfigSetService configSetService)First, try to locate the managed schema file named in the managedSchemaResourceName param.static ConfigSetService.ConfigResourceIndexSchemaFactory. getConfigResource(ConfigSetService configSetService, InputStream schemaInputStream, SolrResourceLoader loader, String name)
-