Uses of Class
org.opencms.search.CmsSearchResource
Packages that use 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
Methods in org.opencms.jsp.search.result that return CmsSearchResourceModifier and TypeMethodDescriptionCmsSearchResourceBean.getSearchResource()
I_CmsSearchResourceBean.getSearchResource()
Returns the wrapped CmsSearchResource (to access the CmsResource).Method parameters in org.opencms.jsp.search.result with type arguments of type CmsSearchResourceModifier and TypeMethodDescriptionprotected void
CmsSearchResultWrapper.convertSearchResults
(Collection<CmsSearchResource> searchResults) Converts the search results from CmsSearchResource to CmsSearchResourceBean.Constructors in org.opencms.jsp.search.result with parameters of type CmsSearchResourceModifierConstructorDescriptionCmsSearchResourceBean
(CmsSearchResource searchResource, CmsObject cms) Constructor taking the search resource to wrap. -
Uses of CmsSearchResource in org.opencms.search.solr
Constructor parameters in org.opencms.search.solr with type arguments of type CmsSearchResourceModifierConstructorDescriptionCmsSolrResultList
(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.