Uses of Class
org.opencms.search.CmsSearchResultList
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
The package contains the Solr search integration.
-
Uses of CmsSearchResultList in org.opencms.search
Modifier and TypeMethodDescriptionCmsSearchIndex.search
(CmsObject cms, CmsSearchParameters params) Performs a search on the index within the given fields. -
Uses of CmsSearchResultList in org.opencms.search.solr
Modifier and TypeMethodDescriptionCmsSolrIndex.search
(CmsObject cms, CmsSearchParameters params) Deprecated.
CmsSolrIndex.search(CmsObject, SolrQuery)
orCmsSolrIndex.search(CmsObject, String)
instead