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