Interface FacetLabelDisplayHandler
-
- All Known Implementing Classes:
AbstractFacetLabelDisplayHandler,ContentSizeBucketsDisplayHandler,DateBucketsDisplayHandler,MimetypeDisplayHandler,SiteTitleDisplayHandler,UserNameDisplayHandler
public interface FacetLabelDisplayHandlerAn interface for Solr facet value and facet query result display label handler.- Since:
- 5.0
- Author:
- Jamal Kaabi-Mofrad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetLabelgetDisplayLabel(java.lang.String value)Gets the user friendly display label for the returned facet value
-
-
-
Method Detail
-
getDisplayLabel
FacetLabel getDisplayLabel(java.lang.String value)
Gets the user friendly display label for the returned facet value- Parameters:
value- the facet value- Returns:
- user friendly display label or the original value, if there is no result
-
-