public class FacetField
extends Object
POJO class representing the FacetField
- Author:
- Gethin James
-
Constructor Summary
Constructors
FacetField(String field,
String label,
String prefix,
String sort,
String method,
Boolean missing,
Integer limit,
Integer offset,
Integer mincount,
List<String> excludeFilters,
Integer facetEnumCacheMinDf)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FacetField
public FacetField(String field,
String label,
String prefix,
String sort,
String method,
Boolean missing,
Integer limit,
Integer offset,
Integer mincount,
List<String> excludeFilters,
Integer facetEnumCacheMinDf)
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
getFacetEnumCacheMinDf
public Integer getFacetEnumCacheMinDf()