Uses of Class
org.opencms.search.extractors.CmsExtractionResult
Package
Description
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
Contains a generic, low-level framework for extration of plain text content out of various popular file formats.
The package contains the Solr search integration.
-
Uses of CmsExtractionResult in org.opencms.search.documents
Modifier and TypeMethodDescriptionCmsExtractionResultCache.getCacheObject
(String rfsName) Returns the extraction result in the requested file in the disk cache, ornull
if the file is not found in the cache, or is found but out-dated. -
Uses of CmsExtractionResult in org.opencms.search.extractors
Modifier and TypeMethodDescriptionprotected CmsExtractionResult
A_CmsTextExtractor.extractText
(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 final CmsExtractionResult
CmsExtractionResult.fromBytes
(byte[] bytes) Creates an extraction result from a serialized byte array. -
Uses of CmsExtractionResult in org.opencms.search.solr
Modifier and TypeMethodDescriptionstatic 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, Locale forceLocale) Extracts the content of a single XML content resource.static CmsExtractionResult
CmsSolrDocumentXmlContent.extractXmlContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index, Locale forceLocale, Set<CmsUUID> alreadyExtracted) Extracts the content of a single XML content resource.static CmsExtractionResult
CmsSolrDocumentXmlContent.extractXmlContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index, Locale forceLocale, Set<CmsUUID> alreadyExtracted, Consumer<A_CmsXmlDocument> contentConsumer) Extracts the content of a single XML content resource.