| 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 |
CmsSearchConfigurationSorting
Configuration for sorting in general.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationSorting |
CmsSearchConfiguration.getSortConfig() |
I_CmsSearchConfigurationSorting |
I_CmsSearchConfiguration.getSortConfig()
Returns the configuration for sorting.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationSorting |
CmsXMLSearchConfigurationParser.parseSorting() |
I_CmsSearchConfigurationSorting |
I_CmsSearchConfigurationParser.parseSorting()
Returns the configuration for sorting.
|
I_CmsSearchConfigurationSorting |
CmsPlainQuerySearchConfigurationParser.parseSorting() |
I_CmsSearchConfigurationSorting |
CmsJSONSearchConfigurationParser.parseSorting() |
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationSorting |
I_CmsSearchControllerSorting.getConfig()
Returns the configuration.
|
I_CmsSearchConfigurationSorting |
CmsSearchControllerSorting.getConfig() |
| Constructor and Description |
|---|
CmsSearchControllerSorting(I_CmsSearchConfigurationSorting config)
Constructor taking a sorting configuration.
|