public class DiscoverySearchFilterFacet extends DiscoverySearchFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_TYPE_FACET |
FILTER_TYPE_DEFAULT, indexFieldName, isOpenByDefault, metadataFields, pageSize, type| Constructor and Description |
|---|
DiscoverySearchFilterFacet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exposeMinAndMaxValue()
This method returns whether or not the DiscoverySearchFilterFacet should return a
min and max value.
|
int |
getFacetLimit() |
String |
getFilterType() |
DiscoveryConfigurationParameters.SORT |
getSortOrderFilterPage() |
DiscoveryConfigurationParameters.SORT |
getSortOrderSidebar() |
void |
setExposeMinAndMaxValue(boolean exposeMinMax)
This method sets the boolean for
exposeMinAndMaxValue() |
void |
setFacetLimit(int facetLimit) |
void |
setSortOrderFilterPage(DiscoveryConfigurationParameters.SORT sortOrderFilterPage) |
void |
setSortOrderSidebar(DiscoveryConfigurationParameters.SORT sortOrderSidebar) |
getIndexFieldName, getMetadataFields, getPageSize, getType, isOpenByDefault, setIndexFieldName, setIsOpenByDefault, setMetadataFields, setPageSize, setTypepublic static final String FILTER_TYPE_FACET
public int getFacetLimit()
public void setFacetLimit(int facetLimit)
public DiscoveryConfigurationParameters.SORT getSortOrderFilterPage()
public void setSortOrderFilterPage(DiscoveryConfigurationParameters.SORT sortOrderFilterPage)
public DiscoveryConfigurationParameters.SORT getSortOrderSidebar()
public void setSortOrderSidebar(DiscoveryConfigurationParameters.SORT sortOrderSidebar)
public String getFilterType()
getFilterType in class DiscoverySearchFilterpublic boolean exposeMinAndMaxValue()
public void setExposeMinAndMaxValue(boolean exposeMinMax)
exposeMinAndMaxValue()exposeMinMax - A boolean value that will be set to return in the above mentioned linkCopyright © 2019 DuraSpace. All rights reserved.