public interface I_CmsSearchConfigurationSortOption
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Returns the label that can be used to display the sort option in the form.
|
java.lang.String |
getParamValue()
Returns the request parameter's value that has to be send to choose that sort option.
|
java.lang.String |
getSolrValue()
Returns the sort value as send to Solr.
|
java.lang.String getLabel()
java.lang.String getParamValue()
java.lang.String getSolrValue()