| Modifier and Type | Field and Description |
|---|---|
static SolrConfig |
SolrConfig.config
Deprecated.
Use
SolrCore.getSolrConfig() instead. |
| Modifier and Type | Method and Description |
|---|---|
SolrConfig |
SolrCore.getSolrConfig()
Gets the configuration object used by this core instance.
|
| Constructor and Description |
|---|
SolrCore(String name,
String dataDir,
SolrConfig config,
IndexSchema schema,
CoreDescriptor cd)
Creates a new core and register it in the list of cores.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SolrHighlighter.initalize(SolrConfig config)
Deprecated.
|
void |
DefaultSolrHighlighter.initalize(SolrConfig config)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SolrConfig |
IndexSchema.getSolrConfig()
Deprecated.
-- get access to SolrConfig some other way...
|
| Constructor and Description |
|---|
IndexSchema(SolrConfig solrConfig,
String name)
Deprecated.
|
IndexSchema(SolrConfig solrConfig,
String name,
InputSource is)
Constructs a schema using the specified resource name and stream.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
Node node) |
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
String xpath) |
static CacheConfig[] |
CacheConfig.getMultipleConfigs(SolrConfig solrConfig,
String configPath) |
static void |
SolrIndexSearcher.initRegenerators(SolrConfig solrConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<SolrConfig,SolrRequestParsers> |
SolrDispatchFilter.parsers |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpCacheHeaderUtil.setCacheControlHeader(SolrConfig conf,
javax.servlet.http.HttpServletResponse resp,
Method method)
Set the Cache-Control HTTP header (and Expires if needed)
based on the SolrConfig.
|
| Constructor and Description |
|---|
SolrIndexConfig(SolrConfig solrConfig,
String prefix,
SolrIndexConfig def)
Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
|
| Modifier and Type | Method and Description |
|---|---|
Transformer |
TransformerProvider.getTransformer(SolrConfig solrConfig,
String filename,
int cacheLifetimeSeconds)
Return a new Transformer, possibly created from our cached Templates object
|