Uses of Class
com.norconex.importer.ImporterConfig
Packages that use ImporterConfig
-
Uses of ImporterConfig in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return ImporterConfigModifier and TypeMethodDescriptionCrawlerConfig.getImporterConfig()The Importer module configuration.Methods in com.norconex.crawler.core with parameters of type ImporterConfigModifier and TypeMethodDescriptionCrawlerConfig.setImporterConfig(ImporterConfig importerConfig) The Importer module configuration. -
Uses of ImporterConfig in com.norconex.importer
Methods in com.norconex.importer that return ImporterConfigModifier and TypeMethodDescriptionImporter.getConfiguration()ImporterConfig.setHandlers(List<DocHandler> handlers) ImporterConfig.setMaxMemoryInstance(long maxMemoryInstance) The maximum number of bytes used for memory caching of a single documents being processed.ImporterConfig.setMaxMemoryPool(long maxMemoryPool) The maximum number of bytes used for memory caching of data for all documents concurrently being processed.ImporterConfig.setResponseProcessors(List<ImporterResponseProcessor> responseProcessors) ImporterConfig.setTempDir(Path tempDir) The temporary directory where files can be deleted safely by the OS or any other processes when the Importer is not running.Constructors in com.norconex.importer with parameters of type ImporterConfigModifierConstructorDescriptionImporter(ImporterConfig importerConfig) Creates a new importer with the given configuration.Importer(ImporterConfig importerConfig, EventManager eventManager) Creates a new importer with the given configuration.