Class ParseContextConfig
- java.lang.Object
-
- org.apache.solr.handler.extraction.ParseContextConfig
-
public class ParseContextConfig extends Object
-
-
Constructor Summary
Constructors 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
-
ParseContextConfig
public ParseContextConfig()
Creates an empty Config without any settings (used as placeholder).
-
ParseContextConfig
public ParseContextConfig(SolrResourceLoader resourceLoader, Element element) throws Exception
Creates aParseContextConfigfrom the given XML DOM element.- Throws:
Exception
-
ParseContextConfig
public ParseContextConfig(SolrResourceLoader resourceLoader, String parseContextConfigLoc) throws Exception
Creates aParseContextConfigfrom the given XML file, loaded from the givenSolrResourceLoader.- Throws:
Exception
-
-