Uses of Class
org.opencms.search.CmsIndexException
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.
-
Uses of CmsIndexException in org.opencms.search
Modifier and TypeMethodDescriptionprotected abstract I_CmsIndexWriter
A_CmsSearchIndex.createIndexWriter
(boolean create, I_CmsReport report) Creates a new index writer.protected I_CmsIndexWriter
CmsSearchIndex.createIndexWriter
(boolean create, I_CmsReport report) Creates a new index writer.void
I_CmsIndexer.deleteResources
(I_CmsIndexWriter indexWriter, List<CmsPublishedResource> resourcesToDelete) Incremental index update - delete the index entry for all resources in the given list.A_CmsSearchIndex.getIndexWriter
(I_CmsReport report, boolean create) Returns a new index writer for this index.I_CmsSearchIndex.getIndexWriter
(I_CmsReport report, boolean create) Returns a new index writer for this index.I_CmsIndexer.getUpdateData
(CmsSearchIndexSource source, List<CmsPublishedResource> publishedResources) Calculates the data for an incremental search index update.void
I_CmsIndexer.rebuildIndex
(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) Rebuilds the index for the given configured index source.protected void
CmsSearchManager.updateIndexCompletely
(CmsObject cms, I_CmsSearchIndex index, I_CmsReport report) The method updates all OpenCms documents that are indexed.void
I_CmsIndexer.updateResources
(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, List<CmsPublishedResource> resourcesToUpdate) Incremental index update - create a new index entry for all resources in the given list. -
Uses of CmsIndexException in org.opencms.search.documents
Modifier and TypeClassDescriptionclass
Signals an error during content extraction of an empty document.Modifier and TypeMethodDescriptionCmsDocumentGeneric.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Just returns an empty extraction result since the content can't be extracted form a generic resource.CmsDocumentHtml.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Returns the raw text content of a given VFS resource containing HTML data.CmsDocumentMsOfficeOLE2.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Returns the raw text content of a given vfs resource containing MS Word data.CmsDocumentMsOfficeOOXML.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Returns the raw text content of a given vfs resource containing MS Word data.CmsDocumentOpenOffice.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Returns the raw text content of a given vfs resource containing MS Word data.CmsDocumentPdf.extractContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index) Returns the raw text content of a given vfs resource containing Adobe PDF data.