See: Description
| Interface | Description |
|---|---|
| I_CmsSearchResourceBean |
Interface for a single search result, as wrapped JSP EL friendly.
|
| I_CmsSearchResultWrapper |
Interface of the JSP EL friendly wrapper for all Solr search results and the search form controller.
|
| I_CmsSearchStateParameters |
Interface for the search state parameters.
|
| Class | Description |
|---|---|
| CmsSearchResourceBean |
JSP EL friendly wrapper class for a single search result (document).
|
| CmsSearchResultWrapper |
Wrapper for the whole search result.
|
| CmsSearchStateParameters |
State parameter wrapper that allows to manipulate the request parameters representing the state
of the current search.
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|
The search form support allows to create a search form just by configuring your search via an XML content or a JSON file. This package contains the classes that make up the configuration. The concrete types and their signature are defined in this package.