Uses of Class
org.opencms.search.CmsSearchIndexUpdateData
Packages that use CmsSearchIndexUpdateData
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of CmsSearchIndexUpdateData in org.opencms.search
Methods in org.opencms.search that return CmsSearchIndexUpdateDataModifier and TypeMethodDescriptionCmsDependencyIndexer.getUpdateData(CmsSearchIndexSource source, List<CmsPublishedResource> publishedResources) CmsVfsIndexer.getUpdateData(CmsSearchIndexSource source, List<CmsPublishedResource> publishedResources) I_CmsIndexer.getUpdateData(CmsSearchIndexSource source, List<CmsPublishedResource> publishedResources) Calculates the data for an incremental search index update.Methods in org.opencms.search with parameters of type CmsSearchIndexUpdateDataModifier and TypeMethodDescriptionprotected voidCmsVfsIndexer.addResourceToUpdateData(CmsPublishedResource pubRes, CmsSearchIndexUpdateData updateData) Adds a given published resource to the provided search index update data.