| Package | Description |
|---|---|
| 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 |
CmsSearchControllerFacetField
Search controller for the field facet options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,I_CmsSearchControllerFacetField> |
CmsSearchControllerFacetsField.getFieldFacetController() |
java.util.Map<java.lang.String,I_CmsSearchControllerFacetField> |
I_CmsSearchControllerFacetsField.getFieldFacetController()
Get access to the controllers by the field facet's names.
|
java.util.Collection<I_CmsSearchControllerFacetField> |
CmsSearchControllerFacetsField.getFieldFacetControllers() |
java.util.Collection<I_CmsSearchControllerFacetField> |
I_CmsSearchControllerFacetsField.getFieldFacetControllers()
Get the collection of all field facet controllers.
|