| 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 |
CmsSearchConfigurationCommon
Search configuration for common parameters as the query parameter etc.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationCommon |
CmsSearchConfiguration.getGeneralConfig() |
I_CmsSearchConfigurationCommon |
I_CmsSearchConfiguration.getGeneralConfig()
Returns the common search (form) configuration.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationCommon |
CmsXMLSearchConfigurationParser.parseCommon() |
I_CmsSearchConfigurationCommon |
I_CmsSearchConfigurationParser.parseCommon()
Returns the common search configuration.
|
I_CmsSearchConfigurationCommon |
CmsPlainQuerySearchConfigurationParser.parseCommon() |
I_CmsSearchConfigurationCommon |
CmsJSONSearchConfigurationParser.parseCommon() |
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationCommon |
CmsSearchControllerCommon.getConfig() |
I_CmsSearchConfigurationCommon |
I_CmsSearchControllerCommon.getConfig()
Returns the configuration.
|
| Constructor and Description |
|---|
CmsSearchControllerCommon(I_CmsSearchConfigurationCommon config)
Constructor taking the managed configuration.
|