Package org.apache.solr.core
Class ConfigSet
java.lang.Object
org.apache.solr.core.ConfigSet
Stores a core's configuration in the form of a SolrConfig and IndexSchema. Immutable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigSet(String name, SolrConfig solrConfig, org.apache.solr.core.ConfigSet.SchemaSupplier indexSchemaSupplier, org.apache.solr.common.util.NamedList<?> properties) -
Method Summary
Modifier and TypeMethodDescriptiongetIndexSchema(boolean forceFetch) getName()org.apache.solr.common.util.NamedList<?>
-
Constructor Details
-
ConfigSet
public ConfigSet(String name, SolrConfig solrConfig, org.apache.solr.core.ConfigSet.SchemaSupplier indexSchemaSupplier, org.apache.solr.common.util.NamedList<?> properties)
-
-
Method Details
-
getName
-
getSolrConfig
-
getIndexSchema
- Parameters:
forceFetch- get a fresh value and not cached value
-
getIndexSchema
-
getProperties
public org.apache.solr.common.util.NamedList<?> getProperties()
-