Uses of Interface
org.opencms.search.documents.I_CmsDocumentFactory
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
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_CmsDocumentFactory in org.opencms.search
Modifier and TypeMethodDescriptionA_CmsSearchIndex.getDocumentFactory
(CmsResource res) Returns the document type factory used for the given resource in this index, ornull
in case the resource is not indexed by this index.CmsSearchIndexSource.getDocumentFactory
(String documentTypeKey) Returns the document factory for given key.I_CmsSearchIndex.getDocumentFactory
(CmsResource res) Returns the document type factory used for the given resource in this index, ornull
in case the resource is not indexed by this index.CmsSearchManager.getDocumentFactoryForName
(String docTypeName) Returns the document factory configured under the provided name.Modifier and TypeMethodDescriptionCmsSearchManager.getDocumentTypeMapForTypeNames
(List<String> documentTypeNames) Returns the map from document type keys to document factories with all entries for the provided document type names. -
Uses of I_CmsDocumentFactory in org.opencms.search.documents
Modifier and TypeClassDescriptionclass
Base document factory class for a VFS
, just requires a specialized implementation ofCmsResource
for text extraction from the binary document content.I_CmsSearchExtractor.extractContent(CmsObject, CmsResource, I_CmsSearchIndex)
class
Lucene document factory class to extract index data from a resource of typeCmsResourceTypeContainerPage
.class
Lucene document factory class for indexing data from a generic
.CmsResource
class
Lucene document factory class to extract index data from a cms resource containing plain html data.class
Lucene document factory class to extract text data from a VFS resource that is an OLE 2 MS Office document.class
Lucene document factory class to extract text data from a VFS resource that is an OOXML MS Office document.class
Lucene document factory class to extract index data from a cms resource containing Open Document Format data.class
Lucene document factory class to extract index data from a cms resource containing Adobe pdf data.class
Lucene document factory class to extract index data from a cms resource containing plain text data.class
Lucene document factory class to extract index data from a cms resource containing RTF data.class
Lucene document factory class to extract index data from an OpenCms VFS resource of typeCmsResourceTypeXmlContent
.class
Lucene document factory class to extract index data from a cms resource of typeCmsResourceTypeXmlPage
. -
Uses of I_CmsDocumentFactory in org.opencms.search.solr
Modifier and TypeClassDescriptionclass
Lucene document factory class to extract index data from a resource of typeCmsResourceTypeContainerPage
.class
Special document text extraction factory for Solr index.