Uses of Interface
org.opencms.search.documents.I_CmsSearchExtractor
Packages that use I_CmsSearchExtractor
Package
Description
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
The package contains the Solr search integration.
-
Uses of I_CmsSearchExtractor in org.opencms.search.documents
Subinterfaces of I_CmsSearchExtractor in org.opencms.search.documentsModifier and TypeInterfaceDescriptioninterfaceUsed to create index Lucene Documents for OpenCms resources, controls the text extraction algorithm used for a specific OpenCms resource type / MIME type combination.Classes in org.opencms.search.documents that implement I_CmsSearchExtractorModifier and TypeClassDescriptionclassBase document factory class for a VFS, just requires a specialized implementation ofCmsResourcefor text extraction from the binary document content.extractContent(CmsObject, CmsResource, I_CmsSearchIndex)classLucene document factory class to extract index data from a resource of typeCmsResourceTypeContainerPage.classLucene document factory class for indexing data from a generic.CmsResourceclassLucene document factory class to extract index data from a cms resource containing plain html data.classLucene document factory class to extract text data from a VFS resource that is an OLE 2 MS Office document.classLucene document factory class to extract text data from a VFS resource that is an OOXML MS Office document.classLucene document factory class to extract index data from a cms resource containing Open Document Format data.classLucene document factory class to extract index data from a cms resource containing Adobe pdf data.classLucene document factory class to extract index data from a cms resource containing plain text data.classLucene document factory class to extract index data from a cms resource containing RTF data.classLucene document factory class to extract index data from an OpenCms VFS resource of typeCmsResourceTypeXmlContent.classLucene document factory class to extract index data from a cms resource of typeCmsResourceTypeXmlPage. -
Uses of I_CmsSearchExtractor in org.opencms.search.solr
Classes in org.opencms.search.solr that implement I_CmsSearchExtractorModifier and TypeClassDescriptionclassLucene document factory class to extract index data from a resource of typeCmsResourceTypeContainerPage.classSpecial document text extraction factory for Solr index.