程序包 | 说明 |
---|---|
org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
限定符和类型 | 方法和说明 |
---|---|
CmsExtractionResultCache |
A_CmsVfsDocument.getCache() |
CmsExtractionResultCache |
I_CmsDocumentFactory.getCache()
Returns the disk based cache used to store the raw extraction results.
|
限定符和类型 | 方法和说明 |
---|---|
void |
A_CmsVfsDocument.setCache(CmsExtractionResultCache cache) |
void |
I_CmsDocumentFactory.setCache(CmsExtractionResultCache cache)
Sets the disk based cache used to store the raw extraction results.
|