public interface IDocumentTagger extends IImporterHandler
Modifier and Type | Method and Description |
---|---|
void |
tagDocument(String reference,
InputStream document,
ImporterMetadata metadata,
boolean parsed)
Tags a document with extra metadata information.
|
void tagDocument(String reference, InputStream document, ImporterMetadata metadata, boolean parsed) throws ImporterHandlerException
reference
- document reference (e.g. URL)document
- documentmetadata
- document metadataparsed
- whether the document has been parsed already or not (a
parsed document should normally be text-based)ImporterHandlerException
- problem tagging the documentCopyright © 2009–2021 Norconex Inc.. All rights reserved.