Uses of Class
com.norconex.importer.doc.Doc
Packages that use Doc
Package
Description
-
Uses of Doc in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type DocModifier and TypeMethodDescriptionCrawlerCallbacks.getAfterDocumentFinalizing()CrawlerCallbacks.getAfterDocumentProcessing()CrawlerCallbacks.getBeforeDocumentFinalizing()CrawlerCallbacks.getBeforeDocumentProcessing()Method parameters in com.norconex.crawler.core with type arguments of type DocModifier and TypeMethodDescriptionCrawlerCallbacks.CrawlerCallbacksBuilder.afterDocumentFinalizing(BiConsumer<CrawlerSession, Doc> afterDocumentFinalizing) CrawlerCallbacks.CrawlerCallbacksBuilder.afterDocumentProcessing(BiConsumer<CrawlerSession, Doc> afterDocumentProcessing) CrawlerCallbacks.CrawlerCallbacksBuilder.beforeDocumentFinalizing(BiConsumer<CrawlerSession, Doc> beforeDocumentFinalizing) CrawlerCallbacks.CrawlerCallbacksBuilder.beforeDocumentProcessing(BiConsumer<CrawlerSession, Doc> beforeDocumentProcessing) -
Uses of Doc in com.norconex.crawler.core.context
Methods in com.norconex.crawler.core.context that return types with arguments of type DocMethod parameters in com.norconex.crawler.core.context with type arguments of type DocModifier and TypeMethodDescriptionCrawlerContext.Builder.committerService(CommitterService<Doc> committerService) -
Uses of Doc in com.norconex.crawler.core.doc
Methods in com.norconex.crawler.core.doc that return DocMethods in com.norconex.crawler.core.doc with parameters of type DocModifier and TypeMethodDescriptionvoid -
Uses of Doc in com.norconex.crawler.core.doc.operations
Methods in com.norconex.crawler.core.doc.operations with parameters of type Doc -
Uses of Doc in com.norconex.crawler.core.doc.operations.checksum
Methods in com.norconex.crawler.core.doc.operations.checksum with parameters of type DocModifier and TypeMethodDescriptionfinal StringAbstractDocumentChecksummer.createDocumentChecksum(Doc document) DocumentChecksummer.createDocumentChecksum(Doc document) Creates a document checksum.protected abstract StringAbstractDocumentChecksummer.doCreateDocumentChecksum(Doc document) -
Uses of Doc in com.norconex.crawler.core.doc.operations.checksum.impl
Methods in com.norconex.crawler.core.doc.operations.checksum.impl with parameters of type Doc -
Uses of Doc in com.norconex.crawler.core.doc.operations.filter
Methods in com.norconex.crawler.core.doc.operations.filter with parameters of type DocModifier and TypeMethodDescriptionbooleanDocumentFilter.acceptDocument(Doc document) Whether to accept a document. -
Uses of Doc in com.norconex.crawler.core.doc.operations.filter.impl
Methods in com.norconex.crawler.core.doc.operations.filter.impl with parameters of type DocModifier and TypeMethodDescriptionbooleanExtensionReferenceFilter.acceptDocument(Doc document) booleanGenericMetadataFilter.acceptDocument(Doc document) booleanGenericReferenceFilter.acceptDocument(Doc document) -
Uses of Doc in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch that return Doc -
Uses of Doc in com.norconex.crawler.fs.fetch
Methods in com.norconex.crawler.fs.fetch that return DocModifier and TypeMethodDescription@NonNull DocFileFetchRequest.getDoc()@NonNull DocFolderPathsFetchRequest.getDoc()Constructors in com.norconex.crawler.fs.fetch with parameters of type DocModifierConstructorDescriptionFileFetchRequest(@NonNull Doc doc, FetchDirective fetchDirective) FolderPathsFetchRequest(@NonNull Doc doc) -
Uses of Doc in com.norconex.crawler.fs.fetch.impl
Methods in com.norconex.crawler.fs.fetch.impl with parameters of type DocModifier and TypeMethodDescriptionprotected booleanAbstractNioFetcher.fetchContent(Doc doc, @NonNull Path path) protected voidAbstractNioFetcher.fetchMetadata(Doc doc, @NonNull Path path, @NonNull BasicFileAttributes attrs) -
Uses of Doc in com.norconex.crawler.fs.fetch.impl.adlsgen2
Methods in com.norconex.crawler.fs.fetch.impl.adlsgen2 with parameters of type DocModifier and TypeMethodDescriptionprotected voidAdlsGen2Fetcher.fetchMetadata(Doc doc, @NonNull Path path, BasicFileAttributes attrs) -
Uses of Doc in com.norconex.crawler.fs.fetch.impl.cmis
Methods in com.norconex.crawler.fs.fetch.impl.cmis with parameters of type DocModifier and TypeMethodDescriptionprotected voidCmisFetcher.fetchMetadata(Doc doc, @NonNull Path path, @NonNull BasicFileAttributes attrs) -
Uses of Doc in com.norconex.crawler.fs.fetch.impl.local
Methods in com.norconex.crawler.fs.fetch.impl.local with parameters of type DocModifier and TypeMethodDescriptionprotected voidLocalFetcher.fetchMetadata(Doc doc, @NonNull Path path, @NonNull BasicFileAttributes attrs) -
Uses of Doc in com.norconex.crawler.fs.fetch.impl.smb
Methods in com.norconex.crawler.fs.fetch.impl.smb with parameters of type DocModifier and TypeMethodDescriptionprotected voidSmbFetcher.fetchMetadata(Doc doc, @NonNull Path path, @NonNull BasicFileAttributes attrs) -
Uses of Doc in com.norconex.crawler.web.doc.operations.filter.impl
Methods in com.norconex.crawler.web.doc.operations.filter.impl with parameters of type Doc -
Uses of Doc in com.norconex.crawler.web.doc.operations.image.impl
Methods in com.norconex.crawler.web.doc.operations.image.impl with parameters of type Doc -
Uses of Doc in com.norconex.crawler.web.doc.operations.link
Methods in com.norconex.crawler.web.doc.operations.link with parameters of type Doc -
Uses of Doc in com.norconex.crawler.web.doc.operations.link.impl
Methods in com.norconex.crawler.web.doc.operations.link.impl with parameters of type DocModifier and TypeMethodDescriptionDomLinkExtractor.extractLinks(Doc doc) HtmlLinkExtractor.extractLinks(Doc doc) RegexLinkExtractor.extractLinks(Doc doc) TikaLinkExtractor.extractLinks(Doc doc) XmlFeedLinkExtractor.extractLinks(Doc doc) -
Uses of Doc in com.norconex.crawler.web.fetch
Methods in com.norconex.crawler.web.fetch that return DocConstructors in com.norconex.crawler.web.fetch with parameters of type Doc -
Uses of Doc in com.norconex.crawler.web.fetch.util
Methods in com.norconex.crawler.web.fetch.util with parameters of type DocModifier and TypeMethodDescriptionstatic voidApacheHttpUtil.applyContentTypeAndCharset(String value, Doc doc) Applies theContent-TypeHTTP response header on the supplied document info.static booleanApacheHttpUtil.applyResponseContent(org.apache.hc.core5.http.ClassicHttpResponse response, Doc doc) Applies the HTTP response content to a document if such content exists.static voidApacheHttpUtil.applyResponseHeaders(org.apache.hc.core5.http.HttpResponse response, String prefix, Doc doc, WebCrawlerEntry crawlEntry) Applies the HTTP response headers to a document.voidDocImageHandler.handleImage(InputStream imageStream, Doc doc) voidAbstractScreenshotHandler.takeScreenshot(T source, Doc doc) Takes a screenshot of the given browser source and stores it according to the handler configuration. -
Uses of Doc in com.norconex.importer
Methods in com.norconex.importer that return DocModifier and TypeMethodDescriptionImporterEvent.getDocument()Gets the document associated with this event, if applicable.Methods in com.norconex.importer with parameters of type DocModifier and TypeMethodDescriptionGets the document associated with this event, if applicable.Importer.importDocument(Doc document) Imports a document according to the importer configuration. -
Uses of Doc in com.norconex.importer.charset
Methods in com.norconex.importer.charset with parameters of type Doc -
Uses of Doc in com.norconex.importer.doc
Methods in com.norconex.importer.doc that return DocModifier and TypeMethodDescriptionDoc.addParentReference(String parentReference) Doc.setCharset(Charset charset) Doc.setContentType(ContentType contentType) Doc.setInputStream(@NonNull InputStream inputStream) Doc.setMetadata(Properties metadata) Doc.setParentReferences(List<String> parentReferences) Doc.withReference(String reference) Constructors in com.norconex.importer.doc with parameters of type Doc -
Uses of Doc in com.norconex.importer.handler
Methods in com.norconex.importer.handler that return types with arguments of type DocMethods in com.norconex.importer.handler with parameters of type DocModifier and TypeMethodDescription -
Uses of Doc in com.norconex.importer.handler.parser.impl
Method parameters in com.norconex.importer.handler.parser.impl with type arguments of type DocModifier and TypeMethodDescriptionprotected org.apache.tika.parser.ParserDefaultParser.createRecursiveParser(DocHandlerContext docCtx, Writer output, List<Doc> embeddedDocs) -
Uses of Doc in com.norconex.importer.response
Methods in com.norconex.importer.response that return DocMethods in com.norconex.importer.response with parameters of type DocConstructors in com.norconex.importer.response with parameters of type Doc -
Uses of Doc in com.norconex.importer.util
Methods in com.norconex.importer.util with parameters of type DocModifier and TypeMethodDescriptionstatic booleanMatchUtil.matchesContentType(TextMatcher matcher, Doc doc) Null-safe matches a document record content type.static voidstatic void