Uses of Class
org.apache.solr.core.XmlConfigFile
-
Packages that use XmlConfigFile Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of XmlConfigFile in org.apache.solr.core
Subclasses of XmlConfigFile in org.apache.solr.core Modifier and Type Class Description classSolrConfigProvides a static reference to a Config object modeling the main configuration data for a a Solr instance -- typically found in "solrconfig.xml".Methods in org.apache.solr.core with parameters of type XmlConfigFile Modifier and Type Method Description static NodeConfigSolrXmlConfig. fromConfig(Path solrHome, XmlConfigFile config) -
Uses of XmlConfigFile in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type XmlConfigFile Modifier and Type Method Description protected QueryElevationComponent.ElevationProviderQueryElevationComponent. loadElevationProvider(XmlConfigFile config)Loads theQueryElevationComponent.ElevationProvider.
-