Uses of Interface
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandler
-
Packages that use FacetLabelDisplayHandler Package Description org.alfresco.repo.search.impl.solr.facet.handler -
-
Uses of FacetLabelDisplayHandler in org.alfresco.repo.search.impl.solr.facet.handler
Classes in org.alfresco.repo.search.impl.solr.facet.handler that implement FacetLabelDisplayHandler Modifier and Type Class Description classAbstractFacetLabelDisplayHandlerA support class for facet label display handlers.classContentSizeBucketsDisplayHandlerA simple handler to get the appropriate display label for the content size buckets.classDateBucketsDisplayHandlerA simple handler to get the appropriate display label for the date buckets.classMimetypeDisplayHandlerA simple handler to get the Mimetype display label.classSiteTitleDisplayHandlerA simple handler to get the site title from the site short name.classUserNameDisplayHandlerA simple handler to get the full user name from the userID.Methods in org.alfresco.repo.search.impl.solr.facet.handler that return FacetLabelDisplayHandler Modifier and Type Method Description FacetLabelDisplayHandlerFacetLabelDisplayHandlerRegistry. getDisplayHandler(java.lang.String fieldFacet)Gets the display handler.Methods in org.alfresco.repo.search.impl.solr.facet.handler with parameters of type FacetLabelDisplayHandler Modifier and Type Method Description voidFacetLabelDisplayHandlerRegistry. addDisplayHandler(java.lang.String fieldFacet, FacetLabelDisplayHandler displayHandler)Register an instance ofFacetLabelDisplayHandlerwith the specified field facet.
-