Returns a specific document for further querying and retrieval.
DocumentFormat
flag indicating the type of retrieval to perform.An implementation of the IDocument
interface.
In most cases, documentLocation is ChildDocument.Location
, except when submitting a remote document, in which case the developer supplies the documentLocation. Keep in mind that IDocumentProvider
does not have access to CrawlInfo
, so any crawler values required in IDocumentProvider.AttachToDocument
should be added to the location string in ChildDocument
to be parsed in AttachToDocument
.
IDocumentProvider Interface | Plumtree.Remote.Crawler Namespace | Location