Uses of Class
org.apache.tika.pipes.fork.PipesForkParserConfig
Packages that use PipesForkParserConfig
-
Uses of PipesForkParserConfig in org.apache.tika.pipes.fork
Methods in org.apache.tika.pipes.fork that return PipesForkParserConfigModifier and TypeMethodDescriptionAdd a JVM argument for the forked process.PipesForkParserConfig.setContentHandlerFactory(ContentHandlerFactory contentHandlerFactory) Set the content handler factory.PipesForkParserConfig.setEmbeddedLimits(EmbeddedLimits embeddedLimits) Set the embedded limits configuration.PipesForkParserConfig.setFetcherName(String fetcherName) Set the fetcher name.PipesForkParserConfig.setHandlerType(BasicContentHandlerFactory.HANDLER_TYPE type) Set the handler type (TEXT, HTML, XML, etc.).PipesForkParserConfig.setJavaPath(String javaPath) Set the Java executable path.PipesForkParserConfig.setJvmArgs(List<String> jvmArgs) Set the JVM arguments for the forked process.PipesForkParserConfig.setMaxEmbeddedCount(int maxEmbeddedCount) Set the maximum number of embedded resources to process.PipesForkParserConfig.setMaxFilesPerProcess(int maxFiles) Set the maximum number of files to process before restarting the forked process.PipesForkParserConfig.setNumClients(int numClients) EXPERT: Set the number of forked JVM processes (clients) to use for parsing.PipesForkParserConfig.setParseMode(ParseMode parseMode) Set the parse mode (RMETA for recursive metadata, CONCATENATE for single document).PipesForkParserConfig.setPluginsDir(Path pluginsDir) Set the plugins directory where plugin zips are located.PipesForkParserConfig.setStartupTimeoutMillis(long startupTimeoutMillis) Set the startup timeout in milliseconds.PipesForkParserConfig.setTimeoutLimits(TimeoutLimits timeoutLimits) Set the timeout limits for parsing operations.PipesForkParserConfig.setUserConfigPath(Path userConfigPath) Set a user-provided configuration file path.PipesForkParserConfig.setWriteLimit(int writeLimit) Set the write limit for content extraction.Constructors in org.apache.tika.pipes.fork with parameters of type PipesForkParserConfigModifierConstructorDescriptionPipesForkParser(PipesForkParserConfig config) Creates a new PipesForkParser with the specified configuration.