public class ConfigSet extends Object
ConfigSetService| Constructor and Description |
|---|
ConfigSet(String name,
SolrConfig solrConfig,
org.apache.solr.core.ConfigSet.SchemaSupplier indexSchemaSupplier,
NamedList properties,
boolean trusted) |
| Modifier and Type | Method and Description |
|---|---|
IndexSchema |
getIndexSchema() |
IndexSchema |
getIndexSchema(boolean forceFetch) |
String |
getName() |
NamedList |
getProperties() |
SolrConfig |
getSolrConfig() |
boolean |
isTrusted() |
public ConfigSet(String name, SolrConfig solrConfig, org.apache.solr.core.ConfigSet.SchemaSupplier indexSchemaSupplier, NamedList properties, boolean trusted)
public String getName()
public SolrConfig getSolrConfig()
public IndexSchema getIndexSchema(boolean forceFetch)
forceFetch - get a fresh value and not cached valuepublic IndexSchema getIndexSchema()
public NamedList getProperties()
public boolean isTrusted()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.