public interface IDocumentLoader
Defines the document loader interface that is used to load lazy documents.
Modifier and Type | Method and Description |
---|---|
void |
closeDocument()
Closes the loaded document.
|
Document |
loadDocument()
Loads a document.
|
Document loadDocument()
Loads a document. This method is called by the index when it is ready for processing the document.
void closeDocument()
Closes the loaded document. This method is called by the index when it has finished processing the document.