| Package | Description |
|---|---|
| org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
| Modifier and Type | Method and Description |
|---|---|
CmsExtractionResultCache |
A_CmsVfsDocument.getCache() |
CmsExtractionResultCache |
I_CmsDocumentFactory.getCache()
Returns the disk based cache used to store the raw extraction results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsVfsDocument.setCache(CmsExtractionResultCache cache) |
void |
I_CmsDocumentFactory.setCache(CmsExtractionResultCache cache)
Sets the disk based cache used to store the raw extraction results.
|