IDocumentLoader
Leave feedback
On this page
public interface IDocumentLoader
Defines the document loader interface that is used to load lazy documents.
| Method | Description |
|---|---|
| loadDocument() | Loads a document. |
| closeDocument() | Closes the loaded document. |
public abstract Document loadDocument()
Loads a document. This method is called by the index when it is ready for processing the document.
Returns: Document - The loaded document.
public abstract void closeDocument()
Closes the loaded document. This method is called by the index when it has finished processing the document.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.