Uses of Interface
org.opencms.search.documents.I_CmsDocumentFactory
Packages that use 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
Methods in org.opencms.search that return I_CmsDocumentFactoryModifier and TypeMethodDescriptionA_CmsSearchIndex.getDocumentFactory(CmsResource res) Returns the document type factory used for the given resource in this index, ornullin 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, ornullin case the resource is not indexed by this index.CmsSearchManager.getDocumentFactoryForName(String docTypeName) Returns the document factory configured under the provided name.Methods in org.opencms.search that return types with arguments of type I_CmsDocumentFactoryModifier 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
Classes in org.opencms.search.documents that implement I_CmsDocumentFactoryModifier and TypeClassDescriptionclassBase document factory class for a VFS, just requires a specialized implementation ofCmsResourcefor text extraction from the binary document content.I_CmsSearchExtractor.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_CmsDocumentFactory in org.opencms.search.solr
Classes in org.opencms.search.solr that implement I_CmsDocumentFactoryModifier and TypeClassDescriptionclassLucene document factory class to extract index data from a resource of typeCmsResourceTypeContainerPage.classSpecial document text extraction factory for Solr index.