Uses of Class
org.opencms.search.CmsSearchManager
Packages that use CmsSearchManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsSearchManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsSearchManagerModifier and TypeMethodDescriptionCmsSearchConfiguration.getSearchManager()
Returns the generated search manager.Methods in org.opencms.configuration with parameters of type CmsSearchManagerModifier and TypeMethodDescriptionvoid
CmsSearchConfiguration.setSearchManager
(CmsSearchManager manager) Sets the generated search manager. -
Uses of CmsSearchManager in org.opencms.main
Methods in org.opencms.main that return CmsSearchManagerModifier and TypeMethodDescriptionstatic CmsSearchManager
OpenCms.getSearchManager()
Returns the initialized search manager, which provides indexing and searching operations.protected CmsSearchManager
OpenCmsCore.getSearchManager()
Returns the initialized search manager, which provides indexing and searching operations.