public class HierarchicalSidebarFacetConfiguration extends DiscoverySearchFilterFacet
FILTER_TYPE_FACETFILTER_TYPE_DEFAULT, indexFieldName, isOpenByDefault, metadataFields, pageSize, type| Constructor and Description |
|---|
HierarchicalSidebarFacetConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSplitter() |
boolean |
isSkipFirstNodeLevel() |
void |
setSkipFirstNodeLevel(boolean skipFirstNodeLevel) |
void |
setSplitter(String splitter) |
void |
setType(String type)
Sets the type of the DiscoverySearchFilter to the one given in the parameter if it matches
a set of possible types
The possible types are described in:
DiscoveryConfigurationParameters
For the DiscoverySearchFilter only the TYPE_TEXT, TYPE_DATE and TYPE_HIERARCHICAL are allowed |
exposeMinAndMaxValue, getFacetLimit, getFilterType, getSortOrderFilterPage, getSortOrderSidebar, setExposeMinAndMaxValue, setFacetLimit, setSortOrderFilterPage, setSortOrderSidebargetIndexFieldName, getMetadataFields, getPageSize, getType, isOpenByDefault, setIndexFieldName, setIsOpenByDefault, setMetadataFields, setPageSizepublic HierarchicalSidebarFacetConfiguration()
public String getSplitter()
public void setSplitter(String splitter)
public boolean isSkipFirstNodeLevel()
public void setSkipFirstNodeLevel(boolean skipFirstNodeLevel)
public void setType(String type) throws DiscoveryConfigurationException
DiscoverySearchFilterDiscoveryConfigurationParameters
For the DiscoverySearchFilter only the TYPE_TEXT, TYPE_DATE and TYPE_HIERARCHICAL are allowedsetType in class DiscoverySearchFiltertype - The type for this DiscoverySearchFilterDiscoveryConfigurationException - If none of the types match, this error will be thrown indiciating thisCopyright © 2019 DuraSpace. All rights reserved.