public class ConfigSet extends Object
Constructor and Description |
---|
ConfigSet(String name,
SolrConfig solrConfig,
IndexSchema indexSchema,
NamedList properties,
boolean trusted) |
Modifier and Type | Method and Description |
---|---|
IndexSchema |
getIndexSchema() |
String |
getName() |
NamedList |
getProperties() |
SolrConfig |
getSolrConfig() |
boolean |
isTrusted() |
public ConfigSet(String name, SolrConfig solrConfig, IndexSchema indexSchema, NamedList properties, boolean trusted)
public String getName()
public SolrConfig getSolrConfig()
public IndexSchema getIndexSchema()
public NamedList getProperties()
public boolean isTrusted()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.