Uses of Class
org.opencms.search.CmsSearchIndexSource
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of CmsSearchIndexSource in org.opencms.search
Modifier and TypeMethodDescriptionCmsSearchManager.getIndexSource
(String sourceName) Returns a search index source for a specified source name.CmsSearchIndexUpdateData.getSource()
Returns the search index source of this update collection.Modifier and TypeMethodDescriptionCmsSearchManager.getSearchIndexSources()
Returns an unmodifiable view (read-only) of the SearchIndexSources Map.A_CmsSearchIndex.getSources()
I_CmsSearchIndex.getSources()
Returns all configured index sources of this search index.Modifier and TypeMethodDescriptionvoid
CmsSearchManager.addSearchIndexSource
(CmsSearchIndexSource searchIndexSource) Adds a search index source configuration.int
CmsSearchIndexSource.compareTo
(CmsSearchIndexSource obj) Returns0
if the given object is an index source with the same name.CmsDependencyIndexer.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.void
CmsDependencyIndexer.rebuildIndex
(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) void
CmsVfsIndexer.rebuildIndex
(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) void
I_CmsIndexer.rebuildIndex
(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) Rebuilds the index for the given configured index source.boolean
CmsSearchManager.removeSearchIndexSource
(CmsSearchIndexSource indexsource) Removes this indexsource from the OpenCms configuration (if it is not used any more).ModifierConstructorDescriptionCmsSearchIndexUpdateData
(CmsSearchIndexSource source, I_CmsIndexer indexer) Creates a new instance of an update collection.