public interface IDocumentTagger extends IImportHandler
Modifier and Type | Method and Description |
---|---|
void |
tagDocument(String reference,
InputStream document,
Properties metadata,
boolean parsed)
Tags a document with extra metadata information.
|
void tagDocument(String reference, InputStream document, Properties metadata, boolean parsed) throws IOException
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)IOException
- problem reading the documentCopyright © 2009-2014 Norconex Inc.. All Rights Reserved.