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

Packages that use SolrConfig
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.highlight SolrHighlighter API and related implementaions and utilities 
org.apache.solr.schema IndexSchema and FieldType implementations for powering schema.xml 
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.servlet Servlet related classes for powering the Solr HTTP API 
org.apache.solr.servlet.cache Caching related classes used in the Solr HTTP API 
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.util.xslt XSLT related utilities (deprecated package, do not add new classes) 
 

Uses of SolrConfig in org.apache.solr.core
 

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.
SolrCore(String name, String dataDir, SolrConfig config, IndexSchema schema, CoreDescriptor cd, UpdateHandler updateHandler, IndexDeletionPolicyWrapper delPolicy, SolrCore prev)
          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
 void DefaultSolrHighlighter.initalize(SolrConfig config)
          Deprecated. 
abstract  void SolrHighlighter.initalize(SolrConfig config)
          Deprecated. 
 void PostingsSolrHighlighter.initalize(SolrConfig config)
           
 

Uses of SolrConfig in org.apache.solr.schema
 

Constructors in org.apache.solr.schema with parameters of type SolrConfig
IndexSchema(SolrConfig solrConfig, String name, InputSource 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)
          Constructs a SolrIndexConfig which parses the Lucene related config params in solrconfig.xml
 

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 © 2000-2013 Apache Software Foundation. All Rights Reserved.