| Package | Description |
|---|---|
| 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.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsExtractionResult |
CmsSolrDocumentXmlContent.extractXmlContent(CmsObject cms,
CmsResource resource,
I_CmsSearchIndex index)
Extracts the content of a single XML content resource.
|
static CmsExtractionResult |
CmsSolrDocumentXmlContent.extractXmlContent(CmsObject cms,
CmsResource resource,
I_CmsSearchIndex index,
java.util.Locale forceLocale)
Extracts the content of a single XML content resource.
|