| Package | Description |
|---|---|
| org.opencms.jsp.search.controller |
API classes for the controllers of the search form support provided for server-side Solr search.
|
| org.opencms.jsp.search.result |
API classes for the result of the search form support provided for server-side Solr search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchController
The main controller that allows to access all single sub-controllers.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchControllerMain |
CmsSearchResultWrapper.getController() |
I_CmsSearchControllerMain |
I_CmsSearchResultWrapper.getController()
Returns the main controller for the search form.
|
| Constructor and Description |
|---|
CmsSearchResultWrapper(I_CmsSearchControllerMain controller,
CmsSolrResultList resultList,
CmsSolrQuery query,
CmsObject cms,
CmsSearchException exception)
Constructor taking the main search form controller and the result list as normally returned.
|