Uses of Class
org.opencms.search.CmsSearchResource
Package
Description
API classes for the result of the search form support provided for server-side Solr search.
The package contains the Solr search integration.
-
Uses of CmsSearchResource in org.opencms.jsp.search.result
Modifier and TypeMethodDescriptionCmsSearchResourceBean.getSearchResource()
I_CmsSearchResourceBean.getSearchResource()
Returns the wrapped CmsSearchResource (to access the CmsResource).Modifier and TypeMethodDescriptionprotected void
CmsSearchResultWrapper.convertSearchResults
(Collection<CmsSearchResource> searchResults) Converts the search results from CmsSearchResource to CmsSearchResourceBean.ModifierConstructorDescriptionCmsSearchResourceBean
(CmsSearchResource searchResource, CmsObject cms) Constructor taking the search resource to wrap. -
Uses of CmsSearchResource in org.opencms.search.solr
ModifierConstructorDescriptionCmsSolrResultList
(org.apache.solr.client.solrj.SolrQuery query, org.apache.solr.client.solrj.response.QueryResponse queryResponse, org.apache.solr.common.SolrDocumentList resultDocuments, List<CmsSearchResource> resourceDocumentList, int start, Integer rows, int end, int page, long visibleHitCount, Float maxScore, long startTime, long highlightEndTime) The public constructor.