Package | Description |
---|---|
org.alfresco.repo.search.impl.solr.facet.handler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFacetLabelDisplayHandler
A support class for facet label display handlers.
|
class |
ContentSizeBucketsDisplayHandler
A simple handler to get the appropriate display label for the content size buckets.
|
class |
DateBucketsDisplayHandler
A simple handler to get the appropriate display label for the date buckets.
|
class |
MimetypeDisplayHandler
A simple handler to get the Mimetype display label.
|
class |
SiteTitleDisplayHandler
A simple handler to get the site title from the site short name.
|
class |
UserNameDisplayHandler
A simple handler to get the full user name from the userID.
|
Modifier and Type | Method and Description |
---|---|
FacetLabelDisplayHandler |
FacetLabelDisplayHandlerRegistry.getDisplayHandler(String fieldFacet)
Gets the display handler.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetLabelDisplayHandlerRegistry.addDisplayHandler(String fieldFacet,
FacetLabelDisplayHandler displayHandler)
Register an instance of
FacetLabelDisplayHandler with the
specified field facet. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.