Modifier and Type | Field and Description |
---|---|
static SolrConfig |
SolrConfig.config
Deprecated.
Use
SolrCore.getSolrConfig() instead. |
private SolrConfig |
SolrCore.solrConfig |
Modifier and Type | Method and Description |
---|---|
SolrConfig |
SolrCore.getSolrConfig()
Gets the configuration object used by this core instance.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
RequestHandlers.initHandlersFromConfig(SolrConfig config)
Read solrconfig.xml and register the appropriate handlers
This function should only be called from the SolrCore constructor.
|
private static NamedList |
SolrConfig.readPingQueryParams(SolrConfig config) |
Constructor and Description |
---|
HttpCachingConfig(SolrConfig conf) |
SolrCore(java.lang.String name,
java.lang.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 | Field and Description |
---|---|
private SolrConfig |
IndexSchema.solrConfig |
Modifier and Type | Method and Description |
---|---|
SolrConfig |
IndexSchema.getSolrConfig()
Deprecated.
-- get access to SolrConfig some other way...
|
Constructor and Description |
---|
IndexSchema(SolrConfig solrConfig,
java.lang.String name)
Deprecated.
|
IndexSchema(SolrConfig solrConfig,
java.lang.String name,
org.xml.sax.InputSource is)
Constructs a schema using the specified resource name and stream.
|
Modifier and Type | Method and Description |
---|---|
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
org.w3c.dom.Node node) |
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
java.lang.String xpath) |
static CacheConfig[] |
CacheConfig.getMultipleConfigs(SolrConfig solrConfig,
java.lang.String configPath) |
static void |
SolrIndexSearcher.initRegenerators(SolrConfig solrConfig) |
Modifier and Type | Field and Description |
---|---|
protected java.util.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.
|
Modifier and Type | Method and Description |
---|---|
private PluginInfo |
SolrIndexConfig.getPluginInfo(java.lang.String path,
SolrConfig solrConfig,
PluginInfo def) |
Constructor and Description |
---|
SolrIndexConfig(SolrConfig solrConfig)
Internal constructor for setting defaults based on Lucene Version
|
SolrIndexConfig(SolrConfig solrConfig,
java.lang.String prefix,
SolrIndexConfig def)
Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
|
Modifier and Type | Method and Description |
---|---|
javax.xml.transform.Transformer |
TransformerProvider.getTransformer(SolrConfig solrConfig,
java.lang.String filename,
int cacheLifetimeSeconds)
Return a new Transformer, possibly created from our cached Templates object
|