Class FacetField
- java.lang.Object
-
- org.alfresco.rest.api.search.model.FacetField
-
public class FacetField extends Object
POJO class representing the FacetField- Author:
- Gethin James
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getExcludeFilters()
Integer
getFacetEnumCacheMinDf()
String
getField()
String
getLabel()
Integer
getLimit()
String
getMethod()
Integer
getMincount()
Boolean
getMissing()
Integer
getOffset()
String
getPrefix()
String
getSort()
String
toFilterQuery(String value)
-
-
-
Method Detail
-
getField
public String getField()
-
getLabel
public String getLabel()
-
getPrefix
public String getPrefix()
-
getSort
public String getSort()
-
getMethod
public String getMethod()
-
getMissing
public Boolean getMissing()
-
getLimit
public Integer getLimit()
-
getOffset
public Integer getOffset()
-
getMincount
public Integer getMincount()
-
getFacetEnumCacheMinDf
public Integer getFacetEnumCacheMinDf()
-
-