Uses of Class
org.opencms.search.galleries.CmsGallerySearchResultList
Package
Description
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
The package contains the Solr search integration.
-
Uses of CmsGallerySearchResultList in org.opencms.search.galleries
Modifier and TypeMethodDescriptionCmsGallerySearch.getResult
(CmsGallerySearchParameters params) Returns the gallery search result list.Modifier and TypeMethodDescriptionvoid
CmsGallerySearchResultList.append
(CmsGallerySearchResultList moreResults) Appends the results from another search result list. -
Uses of CmsGallerySearchResultList in org.opencms.search.solr
Modifier and TypeMethodDescriptionCmsSolrIndex.gallerySearch
(CmsObject cms, CmsGallerySearchParameters params) Performs a search with according to the gallery search parameters.