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 TypeMethodDescriptionvoidCmsSearchConfiguration.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 CmsSearchManagerOpenCms.getSearchManager()Returns the initialized search manager, which provides indexing and searching operations.protected CmsSearchManagerOpenCmsCore.getSearchManager()Returns the initialized search manager, which provides indexing and searching operations.