Uses of Class
org.opencms.search.galleries.CmsGallerySearchResultList
Packages that use 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
Methods in org.opencms.search.galleries that return CmsGallerySearchResultListModifier and TypeMethodDescriptionCmsGallerySearch.getResult
(CmsGallerySearchParameters params) Returns the gallery search result list.Methods in org.opencms.search.galleries with parameters of type CmsGallerySearchResultListModifier and TypeMethodDescriptionvoid
CmsGallerySearchResultList.append
(CmsGallerySearchResultList moreResults) Appends the results from another search result list. -
Uses of CmsGallerySearchResultList in org.opencms.search.solr
Methods in org.opencms.search.solr that return CmsGallerySearchResultListModifier and TypeMethodDescriptionCmsSolrIndex.gallerySearch
(CmsObject cms, CmsGallerySearchParameters params) Performs a search with according to the gallery search parameters.