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

Packages that use Config
org.apache.solr.core   
org.apache.solr.highlight   
org.apache.solr.servlet   
 

Uses of Config in org.apache.solr.core
 

Subclasses of Config in org.apache.solr.core
 class SolrConfig
          Provides a static reference to a Config object modeling the main configuration data for a a Solr instance -- typically found in "solrconfig.xml".
 

Uses of Config in org.apache.solr.highlight
 

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

Uses of Config in org.apache.solr.servlet
 

Constructors in org.apache.solr.servlet with parameters of type Config
SolrRequestParsers(Config globalConfig)
          Pass in an xml configuration.
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.