Uses of Class
org.apache.solr.core.SolrConfig

Packages that use SolrConfig
org.apache.solr.core   
org.apache.solr.highlight   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.servlet   
org.apache.solr.servlet.cache   
org.apache.solr.update   
org.apache.solr.util   
org.apache.solr.util.xslt   
 

Uses of SolrConfig in org.apache.solr.core
 

Fields in org.apache.solr.core declared as SolrConfig
static SolrConfig SolrConfig.config
          Deprecated. Use SolrCore.getSolrConfig() instead.
 

Methods in org.apache.solr.core that return SolrConfig
 SolrConfig SolrCore.getSolrConfig()
          Gets the configuration object used by this core instance.
 

Constructors in org.apache.solr.core with parameters of type SolrConfig
SolrCore(String name, String dataDir, SolrConfig config, IndexSchema schema, CoreDescriptor cd)
          Creates a new core and register it in the list of cores.
 

Uses of SolrConfig in org.apache.solr.highlight
 

Methods in org.apache.solr.highlight with parameters of type SolrConfig
abstract  void SolrHighlighter.initalize(SolrConfig config)
          Deprecated. 
 void DefaultSolrHighlighter.initalize(SolrConfig config)
          Deprecated. 
 

Uses of SolrConfig in org.apache.solr.schema
 

Methods in org.apache.solr.schema that return SolrConfig
 SolrConfig IndexSchema.getSolrConfig()
          Deprecated. -- get access to SolrConfig some other way...
 

Constructors in org.apache.solr.schema with parameters of type SolrConfig
IndexSchema(SolrConfig solrConfig, String name)
          Deprecated. Use IndexSchema.IndexSchema(SolrConfig, String, InputStream) instead.
IndexSchema(SolrConfig solrConfig, String name, InputStream is)
          Constructs a schema using the specified resource name and stream.
 

Uses of SolrConfig in org.apache.solr.search
 

Methods in org.apache.solr.search with parameters of type SolrConfig
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)
           
 

Uses of SolrConfig in org.apache.solr.servlet
 

Fields in org.apache.solr.servlet with type parameters of type SolrConfig
protected  Map<SolrConfig,SolrRequestParsers> SolrDispatchFilter.parsers
           
 

Uses of SolrConfig in org.apache.solr.servlet.cache
 

Methods in org.apache.solr.servlet.cache with parameters of type SolrConfig
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.
 

Uses of SolrConfig in org.apache.solr.update
 

Constructors in org.apache.solr.update with parameters of type SolrConfig
SolrIndexConfig(SolrConfig solrConfig, String prefix, SolrIndexConfig def)
           
 

Uses of SolrConfig in org.apache.solr.util
 

Fields in org.apache.solr.util declared as SolrConfig
protected  SolrConfig AbstractSolrTestCase.solrConfig
           
 

Methods in org.apache.solr.util that return SolrConfig
static SolrConfig TestHarness.createConfig(String confFile)
           
 

Constructors in org.apache.solr.util with parameters of type SolrConfig
TestHarness(String dataDirectory, SolrConfig solrConfig, IndexSchema indexSchema)
           
TestHarness(String dataDirectory, SolrConfig solrConfig, String schemaFile)
           
 

Uses of SolrConfig in org.apache.solr.util.xslt
 

Methods in org.apache.solr.util.xslt with parameters of type SolrConfig
 Transformer TransformerProvider.getTransformer(SolrConfig solrConfig, String filename, int cacheLifetimeSeconds)
          Return a new Transformer, possibly created from our cached Templates object
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.