Uses of Class
org.opencms.search.CmsSearchIndexSource
Packages that use CmsSearchIndexSource
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of CmsSearchIndexSource in org.opencms.search
Methods in org.opencms.search that return CmsSearchIndexSourceModifier 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.Methods in org.opencms.search that return types with arguments of type CmsSearchIndexSourceModifier 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.Methods in org.opencms.search with parameters of type CmsSearchIndexSourceModifier and TypeMethodDescriptionvoidCmsSearchManager.addSearchIndexSource(CmsSearchIndexSource searchIndexSource) Adds a search index source configuration.intCmsSearchIndexSource.compareTo(CmsSearchIndexSource obj) Returns0if 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.voidCmsDependencyIndexer.rebuildIndex(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) voidCmsVfsIndexer.rebuildIndex(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) voidI_CmsIndexer.rebuildIndex(I_CmsIndexWriter writer, CmsIndexingThreadManager threadManager, CmsSearchIndexSource source) Rebuilds the index for the given configured index source.booleanCmsSearchManager.removeSearchIndexSource(CmsSearchIndexSource indexsource) Removes this indexsource from the OpenCms configuration (if it is not used any more).Constructors in org.opencms.search with parameters of type CmsSearchIndexSourceModifierConstructorDescriptionCmsSearchIndexUpdateData(CmsSearchIndexSource source, I_CmsIndexer indexer) Creates a new instance of an update collection.