This method returns true when the document is already loaded in memory. The transient corpora will always return true as they can only contain documents that are present in the memory.
(int index)
| 42 | * documents that are present in the memory. |
| 43 | */ |
| 44 | public boolean isDocumentLoaded(int index); |
| 45 | |
| 46 | |
| 47 | /** |
no outgoing calls
no test coverage detected