| Package | Description |
|---|---|
| org.opencms.jsp.search.config |
API classes for the configuration of the search form support provided for server-side Solr search.
|
| org.opencms.jsp.search.config.parser |
API classes for the configuration parsers of the search form support provided for server-side Solr search.
|
| org.opencms.jsp.search.controller |
API classes for the controllers of the search form support provided for server-side Solr search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchConfiguration
The main search configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsJSONSearchConfigurationParser.init(java.lang.String configString,
I_CmsSearchConfiguration baseConfig)
Initialization that parses the String to a JSON object.
|
| Constructor and Description |
|---|
CmsJSONSearchConfigurationParser(java.lang.String json,
I_CmsSearchConfiguration baseConfig)
Constructor taking the JSON as String.
|
CmsPlainQuerySearchConfigurationParser(java.lang.String query,
I_CmsSearchConfiguration baseConfig)
Constructor taking the JSON as String.
|
| Constructor and Description |
|---|
CmsSearchController(I_CmsSearchConfiguration config)
Constructor that sets up the controller with a given configuration.
|