程序包 | 说明 |
---|---|
org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
org.opencms.search.extractors |
Contains a generic, low-level framework for extration of plain text content out of various popular file formats.
|
限定符和类型 | 方法和说明 |
---|---|
CmsExtractionResult |
CmsExtractionResultCache.getCacheObject(java.lang.String rfsName)
Returns the extraction result in the requested file in the disk cache, or
null if the
file is not found in the cache, or is found but out-dated. |
限定符和类型 | 方法和说明 |
---|---|
protected CmsExtractionResult |
A_CmsTextExtractor.extractText(java.io.InputStream in,
org.apache.tika.parser.Parser parser)
Parses the given input stream with the provided parser and returns the result as a map of content items.
|
static CmsExtractionResult |
CmsExtractionResult.fromBytes(byte[] bytes)
Creates an extraction result from a serialized byte array.
|