| 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 |
CmsSearchConfigurationHighlighting
Search configuration for highlighting options.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationHighlighting |
CmsSearchConfiguration.getHighlighterConfig() |
I_CmsSearchConfigurationHighlighting |
I_CmsSearchConfiguration.getHighlighterConfig()
Returns the configuration for highlighting.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationHighlighting |
CmsXMLSearchConfigurationParser.parseHighlighter() |
I_CmsSearchConfigurationHighlighting |
I_CmsSearchConfigurationParser.parseHighlighter()
Returns the configuration for the highlighting.
|
I_CmsSearchConfigurationHighlighting |
CmsPlainQuerySearchConfigurationParser.parseHighlighter() |
I_CmsSearchConfigurationHighlighting |
CmsJSONSearchConfigurationParser.parseHighlighter() |
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchConfigurationHighlighting |
CmsSearchControllerHighlighting.getConfig() |
I_CmsSearchConfigurationHighlighting |
I_CmsSearchControllerHighlighting.getConfig()
Returns the configuration.
|
| Constructor and Description |
|---|
CmsSearchControllerHighlighting(I_CmsSearchConfigurationHighlighting config)
Constructor taking a highlighting configuration.
|