Uses of Class
org.opencms.search.extractors.CmsExtractionResult
Packages that use 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
Methods in org.opencms.search.documents that return CmsExtractionResultModifier and TypeMethodDescriptionCmsExtractionResultCache.getCacheObject(String rfsName) Returns the extraction result in the requested file in the disk cache, ornullif the file is not found in the cache, or is found but out-dated. - 
Uses of CmsExtractionResult in org.opencms.search.extractors
Methods in org.opencms.search.extractors that return CmsExtractionResultModifier and TypeMethodDescriptionprotected CmsExtractionResultA_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 CmsExtractionResultCmsExtractionResult.fromBytes(byte[] bytes) Creates an extraction result from a serialized byte array. - 
Uses of CmsExtractionResult in org.opencms.search.solr
Methods in org.opencms.search.solr that return CmsExtractionResultModifier and TypeMethodDescriptionstatic CmsExtractionResultCmsSolrDocumentXmlContent.extractXmlContent(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Extracts the content of a single XML content resource.static CmsExtractionResultCmsSolrDocumentXmlContent.extractXmlContent(CmsObject cms, CmsResource resource, I_CmsSearchIndex index, Locale forceLocale) Extracts the content of a single XML content resource.static CmsExtractionResultCmsSolrDocumentXmlContent.extractXmlContent(CmsObject cms, CmsResource resource, I_CmsSearchIndex index, Locale forceLocale, Set<CmsUUID> alreadyExtracted) Extracts the content of a single XML content resource.static CmsExtractionResultCmsSolrDocumentXmlContent.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.