Uses of Interface
com.norconex.crawler.core.doc.operations.DocumentConsumer
Packages that use DocumentConsumer
-
Uses of DocumentConsumer in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type DocumentConsumerModifier and TypeMethodDescriptionCrawlerConfig.getPostImportConsumers()Gets post-import consumers.CrawlerConfig.getPreImportConsumers()Gets pre-import consumers.Method parameters in com.norconex.crawler.core with type arguments of type DocumentConsumerModifier and TypeMethodDescriptionCrawlerConfig.setPostImportConsumers(List<DocumentConsumer> postImportConsumers) Sets post-import consumers.CrawlerConfig.setPreImportConsumers(List<DocumentConsumer> preImportConsumers) Sets pre-import consumers. -
Uses of DocumentConsumer in com.norconex.crawler.web.doc.operations.image.impl
Classes in com.norconex.crawler.web.doc.operations.image.impl that implement DocumentConsumerModifier and TypeClassDescriptionclassDocument processor that extract the "main" image from HTML pages.