Package org.apache.tika.config
Class GlobalSettings
java.lang.Object
org.apache.tika.config.GlobalSettings
Global Tika configuration settings that don't belong to specific components.
These are top-level settings in the JSON configuration file.
Example JSON:
{
"xml-reader-utils": {
"maxEntityExpansions": 1000,
"maxNumReuses": 100,
"poolSize": 10
}
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classService loader configuration.static classXML reader utilities security configuration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetServiceLoader(GlobalSettings.ServiceLoaderConfig serviceLoader) voidsetXmlReaderUtils(GlobalSettings.XmlReaderUtilsConfig xmlReaderUtils)
-
Constructor Details
-
GlobalSettings
public GlobalSettings()
-
-
Method Details
-
getServiceLoader
-
setServiceLoader
-
getXmlReaderUtils
-
setXmlReaderUtils
-