Class ParseContextConfig
- java.lang.Object
- 
- org.apache.solr.handler.extraction.ParseContextConfig
 
- 
 public class ParseContextConfig extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ParseContextConfig()Creates an empty Config without any settings (used as placeholder).ParseContextConfig(SolrResourceLoader resourceLoader, String parseContextConfigLoc)Creates aParseContextConfigfrom the given XML file, loaded from the givenSolrResourceLoader.ParseContextConfig(SolrResourceLoader resourceLoader, Element element)Creates aParseContextConfigfrom the given XML DOM element.
 
- 
- 
- 
Constructor Detail- 
ParseContextConfigpublic ParseContextConfig() Creates an empty Config without any settings (used as placeholder).
 - 
ParseContextConfigpublic ParseContextConfig(SolrResourceLoader resourceLoader, Element element) throws Exception Creates aParseContextConfigfrom the given XML DOM element.- Throws:
- Exception
 
 - 
ParseContextConfigpublic ParseContextConfig(SolrResourceLoader resourceLoader, String parseContextConfigLoc) throws Exception Creates aParseContextConfigfrom the given XML file, loaded from the givenSolrResourceLoader.- Throws:
- Exception
 
 
- 
 
-