Package org.opencms.jsp.search.config
Interface I_CmsSearchConfigurationSortOption
- All Known Implementing Classes:
CmsSearchConfigurationSortOption
public interface I_CmsSearchConfigurationSortOption
The interface a sort option configuration must implement.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the label that can be used to display the sort option in the form.Returns the request parameter's value that has to be send to choose that sort option.Returns the sort value as send to Solr.
-
Method Details
-
getLabel
Returns the label that can be used to display the sort option in the form.- Returns:
- The label that can be used to display the sort option in the form.
-
getParamValue
Returns the request parameter's value that has to be send to choose that sort option.- Returns:
- The request parameter's value that has to be send to choose that sort option.
-
getSolrValue
Returns the sort value as send to Solr.- Returns:
- The sort value as send to Solr.
-