public class SolrFacetProperties extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SolrFacetProperties.Builder |
static class |
SolrFacetProperties.CustomProperties |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<SolrFacetProperties.CustomProperties> |
getCustomProperties()
Returns an unmodifiable view of the custom properties set or null.
|
String |
getDisplayControl() |
String |
getDisplayName() |
org.alfresco.service.namespace.QName |
getFacetQName() |
String |
getFilterID() |
int |
getHitThreshold() |
int |
getMaxFilters() |
int |
getMinFilterValueLength() |
String |
getScope() |
Set<String> |
getScopedSites()
Returns an unmodifiable view of the Scoped Sites set.
|
String |
getSortBy() |
int |
hashCode() |
boolean |
isDefault()
Whether the facet is a default facet (loaded from a configuration file) or not
|
Boolean |
isEnabled() |
String |
toString() |
public String getFilterID()
public org.alfresco.service.namespace.QName getFacetQName()
public String getDisplayName()
public String getDisplayControl()
public int getMaxFilters()
public int getHitThreshold()
public int getMinFilterValueLength()
public String getSortBy()
public String getScope()
public Set<String> getScopedSites()
public Boolean isEnabled()
public boolean isDefault()
public Set<SolrFacetProperties.CustomProperties> getCustomProperties()
Copyright © 2005–2017 Alfresco Software. All rights reserved.