Uses of Interface
org.opencms.search.I_CmsIndexer
Packages that use I_CmsIndexer
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of I_CmsIndexer in org.opencms.search
Classes in org.opencms.search that implement I_CmsIndexerModifier and TypeClassDescriptionclass
A VFS indexer that resolves locale dependent documents.class
An indexer indexingCmsResource
based content from the OpenCms VFS.Methods in org.opencms.search that return I_CmsIndexerModifier 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.Constructors in org.opencms.search with parameters of type I_CmsIndexerModifierConstructorDescriptionCmsSearchIndexUpdateData
(CmsSearchIndexSource source, I_CmsIndexer indexer) Creates a new instance of an update collection.