Uses of Interface
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandler
Packages that use FacetLabelDisplayHandler
-
Uses of FacetLabelDisplayHandler in org.alfresco.repo.search.impl.solr.facet.handler
Classes in org.alfresco.repo.search.impl.solr.facet.handler that implement FacetLabelDisplayHandlerModifier and TypeClassDescriptionclassA support class for facet label display handlers.classA simple handler to get the appropriate display label for the content size buckets.classA simple handler to get the appropriate display label for the date buckets.classA simple handler to get the Mimetype display label.classA simple handler to get the site title from the site short name.classA simple handler to get the full user name from the userID.Methods in org.alfresco.repo.search.impl.solr.facet.handler that return FacetLabelDisplayHandlerModifier and TypeMethodDescriptionFacetLabelDisplayHandlerRegistry.getDisplayHandler(String fieldFacet) Gets the display handler.Methods in org.alfresco.repo.search.impl.solr.facet.handler with parameters of type FacetLabelDisplayHandlerModifier and TypeMethodDescriptionvoidFacetLabelDisplayHandlerRegistry.addDisplayHandler(String fieldFacet, FacetLabelDisplayHandler displayHandler) Register an instance ofFacetLabelDisplayHandlerwith the specified field facet.