Interface FacetValueDisplayNameProvider

    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName​(SearchQuery query,
                                        IndexedProperty property,
                                        java.lang.String facetValue)
        Get the display name for a facet value.
        Parameters:
        query - The search query
        property - The indexed property (i.e. the facet)
        facetValue - The facet value
        Returns:
        The display name for the specified facet value.