Uses of Interface
org.opencms.search.I_CmsIndexer
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of I_CmsIndexer in org.opencms.search
Modifier and TypeClassDescriptionclass
A VFS indexer that resolves locale dependent documents.class
An indexer indexingCmsResource
based content from the OpenCms VFS.Modifier and TypeMethodDescriptionCmsSearchIndexSource.getIndexer()
Returns the indexer.CmsSearchIndexUpdateData.getIndexer()
Returns the indexer of this update collection.CmsVfsIndexer.newInstance
(CmsObject cms, I_CmsReport report, I_CmsSearchIndex index) I_CmsIndexer.newInstance
(CmsObject cms, I_CmsReport report, I_CmsSearchIndex index) Creates and initializes a new instance of this indexer implementation.ModifierConstructorDescriptionCmsSearchIndexUpdateData
(CmsSearchIndexSource source, I_CmsIndexer indexer) Creates a new instance of an update collection.