Interface FacetLabelDisplayHandler

All Known Implementing Classes:
AbstractFacetLabelDisplayHandler, ContentSizeBucketsDisplayHandler, DateBucketsDisplayHandler, MimetypeDisplayHandler, SiteTitleDisplayHandler, UserNameDisplayHandler

public interface FacetLabelDisplayHandler
An interface for Solr facet value and facet query result display label handler.
Since:
5.0
Author:
Jamal Kaabi-Mofrad
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the user friendly display label for the returned facet value
  • Method Details

    • getDisplayLabel

      FacetLabel getDisplayLabel(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